Package org.bukkit.event.entity
Class ProjectileHitEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.entity.EntityEvent
org.bukkit.event.entity.ProjectileHitEvent
- Direct Known Subclasses:
ExpBottleEvent,LingeringPotionSplashEvent,PotionSplashEvent
public class ProjectileHitEvent extends EntityEvent
Called when a projectile hits an object
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProjectileHitEvent(Projectile projectile)ProjectileHitEvent(Projectile projectile, Block hitBlock)ProjectileHitEvent(Projectile projectile, Entity hitEntity)ProjectileHitEvent(Projectile projectile, Entity hitEntity, Block hitBlock)ProjectileHitEvent(Projectile projectile, Entity hitEntity, Block hitBlock, BlockFace hitFace) -
Method Summary
Modifier and Type Method Description ProjectilegetEntity()Returns the Entity involved in this eventstatic HandlerListgetHandlerList()HandlerListgetHandlers()BlockgetHitBlock()Gets the block that was hit, if it was a block that was hit.BlockFacegetHitBlockFace()Gets the block face that was hit, if it was a block that was hit and the face was provided in the vent.EntitygetHitEntity()Gets the entity that was hit, if it was an entity that was hit.
-
Constructor Details
-
Method Details
-
getEntity
Description copied from class:EntityEventReturns the Entity involved in this event- Overrides:
getEntityin classEntityEvent- Returns:
- Entity who is involved in this event
-
getHitBlock
Gets the block that was hit, if it was a block that was hit.- Returns:
- hit block or else null
-
getHitBlockFace
Gets the block face that was hit, if it was a block that was hit and the face was provided in the vent.- Returns:
- hit face or else null
-
getHitEntity
Gets the entity that was hit, if it was an entity that was hit.- Returns:
- hit entity or else null
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-