Package com.prineside.tdi2.pathfinding
Class PathNodeWithoutTeleports
java.lang.Object
com.prineside.tdi2.pathfinding.PathNodeWithoutTeleports
- All Implemented Interfaces:
PathNode
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PathNodeWithoutTeleports
public PathNodeWithoutTeleports(short x, short y)
-
-
Method Details
-
getX
public short getX() -
getY
public short getY() -
getTeleports
- Specified by:
getTeleports
in interfacePathNode
- 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.
-
hashCode
public int hashCode() -
equals
-