Class ChunkWatchEvent.UnWatch

  • Enclosing class:
    ChunkWatchEvent

    public static class ChunkWatchEvent.UnWatch
    extends ChunkWatchEvent
    ChunkWatchEvent.UnWatch is fired when an EntityPlayer stops watching a chunk.
    This event is fired when a chunk is removed from the watched chunks of an EntityPlayer in net.minecraft.world.server.ChunkManager#setChunkLoadedAtClient.

    This event is not Cancelable.

    This event does not have a result. Event.HasResult

    This event is fired on the MinecraftForge#EVENT_BUS.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

        net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
    • 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