public class GraphNode extends AbstractPathfinderNode
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
g, h, location, parent| Constructor and Description |
|---|
GraphNode(int x,
int y,
int z,
int index)
Class constructor.
|
GraphNode(RectCoordinates location,
int index)
Class constructor.
|
public GraphNode(int x,
int y,
int z,
int index)
public GraphNode(RectCoordinates location, int index)