Package com.prineside.tdi2.pathfinding
Interface PathNode
- All Known Implementing Classes:
 PathNodeWithoutTeleports,PathNodeWithTeleports
public interface PathNode
- 
Method Summary
 
- 
Method Details
- 
getX
short getX() - 
getY
short getY() - 
getTeleports
- Returns:
 - array of teleport indices, indexed by MoveDirection. If value is equal to -1, it means there's no teleport at that index. May return null if there are no teleports on this node.
 
 
 -