Class RepairTrackerAPI.CREvent

java.lang.Object
com.fs.starfarer.api.fleet.RepairTrackerAPI.CREvent
Enclosing interface:
RepairTrackerAPI

public static class RepairTrackerAPI.CREvent extends Object
  • Field Details

    • crAmount

      public float crAmount
    • text

      public String text
    • elapsed

      public float elapsed
    • id

      public String id
  • Constructor Details

    • CREvent

      public CREvent(float crAmount, String text)
  • Method Details

    • getCrAmount

      public float getCrAmount()
    • getText

      public String getText()
    • advance

      public void advance(float days)
    • isExpired

      public boolean isExpired()
    • getElapsed

      public float getElapsed()