public class ChunkUnloadEvent extends ChunkEvent
Event.Resultchunk| Constructor | Description | 
|---|---|
| ChunkUnloadEvent(Chunk chunk) | |
| ChunkUnloadEvent(Chunk chunk,
                boolean save) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static HandlerList | getHandlerList() | |
| HandlerList | getHandlers() | |
| boolean | isSaveChunk() | Return whether this chunk will be saved to disk. | 
| void | setSaveChunk(boolean saveChunk) | Set whether this chunk will be saved to disk. | 
getChunkcallEvent, getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWorldpublic boolean isSaveChunk()
public void setSaveChunk(boolean saveChunk)
saveChunk - chunk save status@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2021. All rights reserved.