Package io.github.pylonmc.rebar.event
Class RebarBlockUnloadEvent
-
public final class RebarBlockUnloadEvent extends Event
Unloaded after the rebarBlock and its chunk have been unloaded.
-
-
Constructor Summary
Constructors Constructor Description RebarBlockUnloadEvent(Block block, RebarBlock rebarBlock)
-
Method Summary
Modifier and Type Method Description final BlockgetBlock()final RebarBlockgetRebarBlock()HandlerListgetHandlers()final static HandlerListgetHandlerList()-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class io.github.pylonmc.rebar.event.RebarBlockUnloadEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RebarBlockUnloadEvent
RebarBlockUnloadEvent(Block block, RebarBlock rebarBlock)
-
-
Method Detail
-
getRebarBlock
final RebarBlock getRebarBlock()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-