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
chunkFields inherited from class WorldEvent
world -
Constructor Summary
ConstructorsConstructorDescriptionChunkUnloadEvent(@NotNull Chunk chunk) ChunkUnloadEvent(@NotNull Chunk chunk, boolean save) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull 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
callEvent, 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
-