Package com.fs.starfarer.api.plugins
Interface AutofitPlugin.AvailableFighter
- All Known Implementing Classes:
DefaultFleetInflater.AvailableFighterImpl
- Enclosing interface:
- AutofitPlugin
public static interface AutofitPlugin.AvailableFighter
-
Method Summary
-
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)
-