Package io.github.pylonmc.rebar.event
Class RebarEntityAddEvent
-
public final class RebarEntityAddEvent extends Event
Called when an entity is added to io.github.pylonmc.rebar.entity.EntityStorage, when this is called, the entity already spawned in the world. Also fired when an entity is loaded.
-
-
Constructor Summary
Constructors Constructor Description RebarEntityAddEvent(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.RebarEntityAddEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RebarEntityAddEvent
RebarEntityAddEvent(RebarEntity<?> rebarEntity)
-
-
Method Detail
-
getRebarEntity
final RebarEntity<?> getRebarEntity()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-