Package com.fs.starfarer.api.plugins
Interface AutofitPlugin.AvailableWeapon
- All Known Implementing Classes:
DefaultFleetInflater.AvailableWeaponImpl
- Enclosing interface:
- AutofitPlugin
public static interface AutofitPlugin.AvailableWeapon
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
float
getOPCost
(MutableCharacterStatsAPI stats, MutableShipStatsAPI shipStats) float
getPrice()
int
getSpec()
void
setQuantity
(int quantity)
-
Method Details
-
getId
String getId() -
getSpec
WeaponSpecAPI getSpec() -
getPrice
float getPrice() -
getSource
CargoAPI getSource() -
getSubmarket
SubmarketAPI getSubmarket() -
getQuantity
int getQuantity() -
setQuantity
void setQuantity(int quantity) -
getOPCost
-