public class Pos3
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getX() |
int |
getY() |
int |
getZ() |
int |
hashCode() |
Pos3 |
set(int x,
int y,
int z) |
java.lang.String |
toString() |
public Pos3 set(int x, int y, int z)
public int getX()
public int getY()
public int getZ()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object