Class ClientChunkEvents
java.lang.Object
net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientChunkEvents
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Event<ClientChunkEvents.Load>
Called when a chunk is loaded into a ClientWorld.static final Event<ClientChunkEvents.Unload>
Called when a chunk is about to be unloaded from a ClientWorld. -
Method Summary
-
Field Details
-
CHUNK_LOAD
Called when a chunk is loaded into a ClientWorld.When this event is called, the chunk is already in the world.
-
CHUNK_UNLOAD
Called when a chunk is about to be unloaded from a ClientWorld.When this event is called, the chunk is still present in the world.
-