Package net.minecraft.src
Class ChunkCoordIntPair
java.lang.Object
net.minecraft.src.ChunkCoordIntPair
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longchunkXZ2Int(int par0, int par1) converts a chunk coordinate pair to an integer (suitable for hashing)booleanintintgetChunkPosition(int par1) inthashCode()toString()
-
Field Details
-
chunkXPos
public final int chunkXPosThe X position of this Chunk Coordinate Pair -
chunkZPos
public final int chunkZPosThe Z position of this Chunk Coordinate Pair
-
-
Constructor Details
-
ChunkCoordIntPair
public ChunkCoordIntPair(int par1, int par2)
-
-
Method Details
-
chunkXZ2Int
public static long chunkXZ2Int(int par0, int par1) converts a chunk coordinate pair to an integer (suitable for hashing) -
hashCode
public int hashCode() -
equals
-
getCenterXPos
public int getCenterXPos() -
getCenterZPosition
public int getCenterZPosition() -
getChunkPosition
-
toString
-