Class ChunkEvent.Unload

java.lang.Object
net.neoforged.bus.api.Event
Enclosing class:
ChunkEvent<T extends ChunkAccess>

public static class ChunkEvent.Unload extends ChunkEvent<LevelChunk>
This event is fired when Minecraft unloads a Chunk from the level, just before the side-specific unload method is called.

On the server, this event is fired after the chunk has been saved, and ChunkDataEvent.Save has been fired.

  • Constructor Details