public static interface Pattern3D.Vector3D extends java.lang.Comparable<Pattern3D.Vector3D>
int getX()
int getY()
int getZ()
Pattern3D.Vector3D offset(int x, int y, int z)
x - The offset in x coordination.y - The offset in y coordination.z - The offset in z coordination.