|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.world.ChunkWatchEvent
public class ChunkWatchEvent
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 |
---|
public final ChunkCoordIntPair chunk
public final EntityPlayerMP player
Constructor Detail |
---|
public ChunkWatchEvent(ChunkCoordIntPair chunk, EntityPlayerMP player)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |