public static interface FactionProductionAPI.ItemInProductionAPI
| Modifier and Type | Method and Description |
|---|---|
float |
getBaseBuildDelay() |
int |
getBaseCost() |
float |
getBuildDelay() |
int |
getQuantity() |
ShipHullSpecAPI |
getShipSpec() |
java.lang.String |
getSpecId() |
float |
getTimeInterrupted() |
FactionProductionAPI.ProductionItemType |
getType() |
WeaponSpecAPI |
getWeaponSpec() |
FighterWingSpecAPI |
getWingSpec() |
void |
setBuildDelay(float buildDelay) |
void |
setQuantity(int quantity) |
void |
setSpecId(java.lang.String specId) |
void |
setTimeInterrupted(float timeInterrupted) |
void |
setType(FactionProductionAPI.ProductionItemType type) |
FighterWingSpecAPI getWingSpec()
WeaponSpecAPI getWeaponSpec()
ShipHullSpecAPI getShipSpec()
float getBaseBuildDelay()
int getBaseCost()
void setType(FactionProductionAPI.ProductionItemType type)
java.lang.String getSpecId()
void setSpecId(java.lang.String specId)
float getBuildDelay()
void setBuildDelay(float buildDelay)
float getTimeInterrupted()
void setTimeInterrupted(float timeInterrupted)
int getQuantity()
void setQuantity(int quantity)