Class PylonEntityDeathEvent
-
public final class PylonEntityDeathEvent extends Event
Called when a PylonEntity is removed for any reason.
-
-
Constructor Summary
Constructors Constructor Description PylonEntityDeathEvent(PylonEntity<?> pylonEntity, EntityRemoveFromWorldEvent event)
-
Method Summary
Modifier and Type Method Description final PylonEntity<?>getPylonEntity()final EntityRemoveFromWorldEventgetEvent()HandlerListgetHandlers()final static HandlerListgetHandlerList()-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class io.github.pylonmc.pylon.core.event.PylonEntityDeathEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PylonEntityDeathEvent
PylonEntityDeathEvent(PylonEntity<?> pylonEntity, EntityRemoveFromWorldEvent event)
-
-
Method Detail
-
getPylonEntity
final PylonEntity<?> getPylonEntity()
-
getEvent
final EntityRemoveFromWorldEvent getEvent()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-