org.generation5.ai
Interface Pathfinder.Node

All Known Implementing Classes:
AStarPathfinder.AStarNode
Enclosing interface:
Pathfinder

public static interface Pathfinder.Node


Method Summary
 int getX()
           
 int getY()
           
 

Method Detail

getX

public int getX()

getY

public int getY()

This documentation is part of the Generation5 JDK.