Class ChunkEvent.Unload

java.lang.Object
net.minecraftforge.eventbus.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 world.
This event is fired during chunk unloading in
Chunk.onChunkUnload().

This event is not Cancelable.

This event does not have a result. Event.HasResult

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

    • Unload

      public Unload(IChunk chunk)