net.minecraftforge.event.world
Class ChunkWatchEvent.UnWatch

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.world.ChunkWatchEvent
          extended by net.minecraftforge.event.world.ChunkWatchEvent.UnWatch
Enclosing class:
ChunkWatchEvent

public static class ChunkWatchEvent.UnWatch
extends ChunkWatchEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class net.minecraftforge.event.world.ChunkWatchEvent
ChunkWatchEvent.UnWatch, ChunkWatchEvent.Watch
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 
Fields inherited from class net.minecraftforge.event.world.ChunkWatchEvent
chunk, player
 
Constructor Summary
ChunkWatchEvent.UnWatch(ChunkCoordIntPair chunkLocation, EntityPlayerMP player)
           
 
Method Summary
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkWatchEvent.UnWatch

public ChunkWatchEvent.UnWatch(ChunkCoordIntPair chunkLocation,
                               EntityPlayerMP player)