public class PathPoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
visited |
int |
xCoord |
int |
yCoord |
int |
zCoord |
| Constructor and Description |
|---|
PathPoint(int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
float |
distanceTo(PathPoint p_75829_1_) |
float |
distanceToSquared(PathPoint p_75832_1_) |
boolean |
equals(java.lang.Object p_equals_1_) |
int |
hashCode() |
boolean |
isAssigned() |
static int |
makeHash(int x,
int y,
int z) |
java.lang.String |
toString() |
public final int xCoord
public final int yCoord
public final int zCoord
public boolean visited
public static int makeHash(int x,
int y,
int z)
public float distanceTo(PathPoint p_75829_1_)
public float distanceToSquared(PathPoint p_75832_1_)
public boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isAssigned()
public java.lang.String toString()
toString in class java.lang.Object