Class ChunkUnloadEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.world.WorldEvent
org.bukkit.event.world.ChunkEvent
org.bukkit.event.world.ChunkUnloadEvent
Called when a chunk is unloaded
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class ChunkEvent
chunk -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListbooleanReturn whether this chunk will be saved to disk.voidsetSaveChunk(boolean saveChunk) Set whether this chunk will be saved to disk.Methods inherited from class ChunkEvent
getChunkMethods inherited from class WorldEvent
getWorldMethods inherited from class Event
getEventName, isAsynchronous
-
Constructor Details
-
ChunkUnloadEvent
-
ChunkUnloadEvent
-
-
Method Details
-
isSaveChunk
public boolean isSaveChunk()Return whether this chunk will be saved to disk.- Returns:
- chunk save status
-
setSaveChunk
public void setSaveChunk(boolean saveChunk) Set whether this chunk will be saved to disk.- Parameters:
saveChunk- chunk save status
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-