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, PotionSplashEvent
public class ProjectileHitEvent
- extends EntityEvent
Called when a projectile hits an object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectileHitEvent
public ProjectileHitEvent(Projectile projectile)
getEntity
public Projectile getEntity()
- Description copied from class:
EntityEvent
- Returns the Entity involved in this event
- Overrides:
getEntity
in class EntityEvent
- Returns:
- Entity who is involved in this event
getHandlers
public HandlerList getHandlers()
- Specified by:
getHandlers
in class Event
getHandlerList
public static HandlerList getHandlerList()
Copyright © 2013. All Rights Reserved.