Interface IWaypoint

All Known Implementing Classes:
AStarNode, PathFollower.FrozenWaypoint

public interface IWaypoint
  • Method Details

    • getLength

      int getLength()
    • getPosition

      Vector3d getPosition()
    • advance

      @Nullable IWaypoint advance(int var1)
    • next

      @Nullable IWaypoint next()