Interface AutofitPlugin.AvailableFighter

All Known Implementing Classes:
DefaultFleetInflater.AvailableFighterImpl
Enclosing interface:
AutofitPlugin

public static interface AutofitPlugin.AvailableFighter
  • Method Details

    • getId

      String getId()
    • getWingSpec

      FighterWingSpecAPI getWingSpec()
    • getPrice

      float getPrice()
    • getSource

      CargoAPI getSource()
    • getSubmarket

      SubmarketAPI getSubmarket()
    • getQuantity

      int getQuantity()
    • setQuantity

      void setQuantity(int quantity)