Class ChunkEvent.Unload

  • 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 Summary

      Constructors 
      Constructor Description
      Unload​(IChunk chunk)  
    • Method Summary

      • Methods inherited from class net.minecraftforge.eventbus.api.Event

        getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Unload

        public Unload​(IChunk chunk)