public class ChunkWatchEvent extends Event
Modifier and Type | Class and Description |
---|---|
static class |
ChunkWatchEvent.UnWatch |
static class |
ChunkWatchEvent.Watch |
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
ChunkCoordIntPair |
chunk |
EntityPlayerMP |
player |
Constructor and Description |
---|
ChunkWatchEvent(ChunkCoordIntPair chunk,
EntityPlayerMP player) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult, setup
public final ChunkCoordIntPair chunk
public final EntityPlayerMP player
public ChunkWatchEvent(ChunkCoordIntPair chunk, EntityPlayerMP player)