Class PylonEntityUnloadEvent
-
public final class PylonEntityUnloadEvent extends Event
Called after a PylonEntity has been unloaded. This includes the entity dying!
-
-
Constructor Summary
Constructors Constructor Description PylonEntityUnloadEvent(PylonEntity<?> pylonEntity)
-
Method Summary
Modifier and Type Method Description final PylonEntity<?>getPylonEntity()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.PylonEntityUnloadEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PylonEntityUnloadEvent
PylonEntityUnloadEvent(PylonEntity<?> pylonEntity)
-
-
Method Detail
-
getPylonEntity
final PylonEntity<?> getPylonEntity()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-