public final class ChunkEvent extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ChunkEvent.Type |
Constructor and Description |
---|
ChunkEvent(EventState state,
ChunkEvent.Type type,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
EventState |
getState() |
ChunkEvent.Type |
getType() |
int |
getX() |
int |
getZ() |
public ChunkEvent(EventState state, ChunkEvent.Type type, int x, int z)
public final EventState getState()
public final ChunkEvent.Type getType()
public final int getX()
public final int getZ()