org.bukkit.event.entity
Class ProjectileHitEvent

java.lang.Object
  extended by org.bukkit.event.Event
      extended by org.bukkit.event.entity.EntityEvent
          extended by org.bukkit.event.entity.ProjectileHitEvent
Direct Known Subclasses:
ExpBottleEvent, PotionSplashEvent

public class ProjectileHitEvent
extends EntityEvent

Called when a projectile hits an object


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
 
Field Summary
 
Fields inherited from class org.bukkit.event.entity.EntityEvent
entity
 
Constructor Summary
ProjectileHitEvent(Projectile projectile)
           
 
Method Summary
 Projectile getEntity()
          Returns the Entity involved in this event
static HandlerList getHandlerList()
           
 HandlerList getHandlers()
           
 
Methods inherited from class org.bukkit.event.entity.EntityEvent
getEntityType
 
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectileHitEvent

public ProjectileHitEvent(Projectile projectile)
Method Detail

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.