Class RouteManager.RouteSegment

java.lang.Object
com.fs.starfarer.api.impl.campaign.fleets.RouteManager.RouteSegment
Enclosing class:
RouteManager

public static class RouteManager.RouteSegment extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getCurrentContainingLocation

      public LocationAPI getCurrentContainingLocation()
    • getContainingLocationFrom

      public LocationAPI getContainingLocationFrom()
    • getContainingLocationTo

      public LocationAPI getContainingLocationTo()
    • isTravel

      public boolean isTravel()
    • isInSystem

      public boolean isInSystem()
    • isFromSystemCenter

      public boolean isFromSystemCenter()
    • isToSystemCenter

      public boolean isToSystemCenter()
    • hasLeaveSystemPhase

      public boolean hasLeaveSystemPhase()
    • hasEnterSystemPhase

      public boolean hasEnterSystemPhase()
    • getProgress

      public float getProgress()
    • getEnterProgress

      public float getEnterProgress()
    • getLeaveProgress

      public float getLeaveProgress()
    • getTransitProgress

      public float getTransitProgress()
    • getDestination

      public SectorEntityToken getDestination()
    • getFrom

      public SectorEntityToken getFrom()
    • getId

      public int getId()