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