Class ChunkEvent.Unload

java.lang.Object
net.neoforged.bus.api.Event
Enclosing class:
ChunkEvent

public static class ChunkEvent.Unload extends ChunkEvent
ChunkEvent.Unload is fired when vanilla Minecraft attempts to unload a Chunk from the level.
This event is fired during chunk unloading in
Chunk.onChunkUnload().

This event is not
invalid reference
ICancellableEvent
.

This event does not have a result.
invalid reference
HasResult


This event is fired on the NeoForge.EVENT_BUS.
  • Constructor Details