Interface FactionProductionAPI.ItemInProductionAPI

Enclosing interface:
FactionProductionAPI

public static interface FactionProductionAPI.ItemInProductionAPI
  • Method Details

    • getWingSpec

      FighterWingSpecAPI getWingSpec()
    • getWeaponSpec

      WeaponSpecAPI getWeaponSpec()
    • getShipSpec

      ShipHullSpecAPI getShipSpec()
    • getBaseBuildDelay

      float getBaseBuildDelay()
    • getBaseCost

      int getBaseCost()
    • getType

    • setType

    • getSpecId

      String getSpecId()
    • setSpecId

      void setSpecId(String specId)
    • getBuildDelay

      float getBuildDelay()
    • setBuildDelay

      void setBuildDelay(float buildDelay)
    • getTimeInterrupted

      float getTimeInterrupted()
    • setTimeInterrupted

      void setTimeInterrupted(float timeInterrupted)
    • getQuantity

      int getQuantity()
    • setQuantity

      void setQuantity(int quantity)