@Environment(value=CLIENT) public final class ClientChunkEvents extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ClientChunkEvents.Load |
static interface |
ClientChunkEvents.Unload |
Modifier and Type | Field and Description |
---|---|
static Event<ClientChunkEvents.Load> |
CHUNK_LOAD
Called when a chunk is loaded into a ClientWorld.
|
static Event<ClientChunkEvents.Unload> |
CHUNK_UNLOAD
Called when a chunk is about to be unloaded from a ClientWorld.
|
public static final Event<ClientChunkEvents.Load> CHUNK_LOAD
When this event is called, the chunk is already in the world.
public static final Event<ClientChunkEvents.Unload> CHUNK_UNLOAD
When this event is called, the chunk is still present in the world.