Class ChunkUnloadEvent
java.lang.Object
com.welcome234.pluginsystem.events.ChunkUnloadEvent
Called when a chunk is unloaded
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChunkUnloadEvent
public ChunkUnloadEvent(int chunkX, boolean dimension)
-
-
Method Details
-
getChunk
Gets the chunk that has unloaded- Returns:
- Chunk instance
-