public interface FleetLogisticsAPI
| Modifier and Type | Method and Description |
|---|---|
float |
getBaseFuelCostPerLightYear() |
float |
getCrewSuppliesPerDay() |
float |
getExcessCargoCapacitySupplyCost() |
float |
getExcessFuelCapacitySupplyCost() |
float |
getExcessPersonnelCapacitySupplyCost() |
float |
getExcessShipsSupplyCost() |
CampaignFleetAPI |
getFleet() |
float |
getFuelCostPerLightYear() |
float |
getMarineSuppliesPerDay() |
float |
getPersonnelSuppliesPerDay() |
float |
getShipMaintenanceSupplyCost()
Added up monthly supply cost for ships, divided by 30 to get daily cost.
|
float |
getTotalRepairAndRecoverySupplyCost() |
float |
getTotalSuppliesPerDay()
Total supply use per day, including what's actually consumed by ship maintenance.
|
void |
updateRepairUtilizationForUI()
Also updates the logistics rating.
|
float getTotalSuppliesPerDay()
float getFuelCostPerLightYear()
float getBaseFuelCostPerLightYear()
float getExcessCargoCapacitySupplyCost()
float getExcessFuelCapacitySupplyCost()
float getExcessPersonnelCapacitySupplyCost()
float getMarineSuppliesPerDay()
float getCrewSuppliesPerDay()
float getPersonnelSuppliesPerDay()
float getShipMaintenanceSupplyCost()
CampaignFleetAPI getFleet()
float getTotalRepairAndRecoverySupplyCost()
void updateRepairUtilizationForUI()
float getExcessShipsSupplyCost()