Interface IPath<Waypoint extends IPathWaypoint>

All Known Subinterfaces:
IPrefabPath
All Known Implementing Classes:
PatrolPath, TransientPath, WorldPath

public interface IPath<Waypoint extends IPathWaypoint>
  • Method Details

    • getId

      @Nullable UUID getId()
    • getName

      @Nullable String getName()
    • getPathWaypoints

      List<Waypoint> getPathWaypoints()
    • length

      int length()
    • get

      Waypoint get(int var1)