Package be.seeseemelk.mockbukkit
Class ChunkCoordinate
java.lang.Object
be.seeseemelk.mockbukkit.ChunkCoordinate
A simple class that contains an x and z coordinate of a chunk.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final int xThe X coordinate. -
z
public final int zThe Z coordinate.
-
-
Constructor Details
-
ChunkCoordinate
public ChunkCoordinate(int x, int z) Constructs a newChunkCoordinate.- Parameters:
x- The X coordinate.z- The Z coordinate.
-
-
Method Details