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) |
public int getX()
public int getY()
public int getZ()
public Pos3 set(int x, int y, int z)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object