Interface PathNode

All Known Implementing Classes:
PathNodeWithoutTeleports, PathNodeWithTeleports

public interface PathNode
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
     
    short
     
    short
     
  • Method Details

    • getX

      short getX()
    • getY

      short getY()
    • getTeleports

      @Null int[] 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.