public class ChunkCoordIntPair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
chunkXPos
The X position of this Chunk Coordinate Pair
|
int |
chunkZPos
The Z position of this Chunk Coordinate Pair
|
| Constructor and Description |
|---|
ChunkCoordIntPair(int p_i1947_1_,
int p_i1947_2_) |
| Modifier and Type | Method and Description |
|---|---|
static long |
chunkXZ2Int(int p_77272_0_,
int p_77272_1_)
converts a chunk coordinate pair to an integer (suitable for hashing)
|
boolean |
equals(java.lang.Object p_equals_1_) |
ChunkPosition |
func_151349_a(int p_151349_1_) |
int |
getCenterXPos() |
int |
getCenterZPosition() |
int |
hashCode() |
java.lang.String |
toString() |
public final int chunkXPos
public final int chunkZPos
public static long chunkXZ2Int(int p_77272_0_,
int p_77272_1_)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic int getCenterXPos()
public int getCenterZPosition()
public ChunkPosition func_151349_a(int p_151349_1_)
public java.lang.String toString()
toString in class java.lang.Object