Class ServerChunkEvents
java.lang.Object
net.fabricmc.fabric.api.event.lifecycle.v1.ServerChunkEvents
public final class ServerChunkEvents extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerChunkEvents.Loadstatic interfaceServerChunkEvents.Unload -
Field Summary
Fields Modifier and Type Field Description static Event<ServerChunkEvents.Load>CHUNK_LOADCalled when an chunk is loaded into a ServerWorld.static Event<ServerChunkEvents.Unload>CHUNK_UNLOADCalled 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.
-