rlgamekit.pathfinding
Class Path.Node

java.lang.Object
  extended by rlgamekit.pathfinding.Path.Node
Enclosing class:
Path

public class Path.Node
extends java.lang.Object

One step of the path. The path as a whole is a linked list of these nodes.


Field Summary
 int x
           
 int y
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public final int x

y

public final int y