public class GridCellCoords
extends java.lang.Object
Constructor and Description |
---|
GridCellCoords(int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
int |
x() |
int |
y() |
int |
z() |
public int x()
public int y()
public int z()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object