net.minecraftforge.event.world
Class ChunkWatchEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.world.ChunkWatchEvent
Direct Known Subclasses:
ChunkWatchEvent.UnWatch, ChunkWatchEvent.Watch

public class ChunkWatchEvent
extends Event


Nested Class Summary
static class ChunkWatchEvent.UnWatch
           
static class ChunkWatchEvent.Watch
           
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 ChunkCoordIntPair chunk
           
 EntityPlayerMP player
           
 
Constructor Summary
ChunkWatchEvent(ChunkCoordIntPair chunk, 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
 

Field Detail

chunk

public final ChunkCoordIntPair chunk

player

public final EntityPlayerMP player
Constructor Detail

ChunkWatchEvent

public ChunkWatchEvent(ChunkCoordIntPair chunk,
                       EntityPlayerMP player)