Package io.github.pylonmc.rebar.event
Class RebarEntityUnloadEvent
-
public final class RebarEntityUnloadEvent extends Event
Called after a RebarEntity has been unloaded. This includes the entity dying!
-
-
Constructor Summary
Constructors Constructor Description RebarEntityUnloadEvent(RebarEntity<?> rebarEntity)
-
Method Summary
Modifier and Type Method Description final RebarEntity<?>getRebarEntity()HandlerListgetHandlers()final static HandlerListgetHandlerList()-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class io.github.pylonmc.rebar.event.RebarEntityUnloadEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RebarEntityUnloadEvent
RebarEntityUnloadEvent(RebarEntity<?> rebarEntity)
-
-
Method Detail
-
getRebarEntity
final RebarEntity<?> getRebarEntity()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-