public final class ServerChunkEvents extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ServerChunkEvents.Load |
static interface |
ServerChunkEvents.Unload |
Modifier and Type | Field and Description |
---|---|
static Event<ServerChunkEvents.Load> |
CHUNK_LOAD
Called when an chunk is loaded into a ServerWorld.
|
static Event<ServerChunkEvents.Unload> |
CHUNK_UNLOAD
Called when an chunk is unloaded from a ServerWorld.
|
public static final Event<ServerChunkEvents.Load> CHUNK_LOAD
When this event is called, the chunk is already in the world.
public static final Event<ServerChunkEvents.Unload> CHUNK_UNLOAD
When this event is called, the chunk is still present in the world.