Class PylonChunkBlocksUnloadEvent
-
public final class PylonChunkBlocksUnloadEvent extends Event
Called after the pylonBlocks in a chunk (and the chunk itself) have been unloaded.
-
-
Constructor Summary
Constructors Constructor Description PylonChunkBlocksUnloadEvent(Chunk chunk, List<PylonBlock> pylonBlocks)
-
Method Summary
Modifier and Type Method Description final ChunkgetChunk()final List<PylonBlock>getPylonBlocks()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.PylonChunkBlocksUnloadEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PylonChunkBlocksUnloadEvent
PylonChunkBlocksUnloadEvent(Chunk chunk, List<PylonBlock> pylonBlocks)
-
-
Method Detail
-
getPylonBlocks
final List<PylonBlock> getPylonBlocks()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-