Package com.fs.starfarer.api.campaign
Interface FactionProductionAPI.ItemInProductionAPI
- Enclosing interface:
- FactionProductionAPI
public static interface FactionProductionAPI.ItemInProductionAPI
-
Method Summary
Modifier and TypeMethodDescriptionfloat
int
float
int
float
getType()
void
setBuildDelay
(float buildDelay) void
setQuantity
(int quantity) void
void
setTimeInterrupted
(float timeInterrupted) void
-
Method Details
-
getWingSpec
FighterWingSpecAPI getWingSpec() -
getWeaponSpec
WeaponSpecAPI getWeaponSpec() -
getShipSpec
ShipHullSpecAPI getShipSpec() -
getBaseBuildDelay
float getBaseBuildDelay() -
getBaseCost
int getBaseCost() -
getType
FactionProductionAPI.ProductionItemType getType() -
setType
-
getSpecId
String getSpecId() -
setSpecId
-
getBuildDelay
float getBuildDelay() -
setBuildDelay
void setBuildDelay(float buildDelay) -
getTimeInterrupted
float getTimeInterrupted() -
setTimeInterrupted
void setTimeInterrupted(float timeInterrupted) -
getQuantity
int getQuantity() -
setQuantity
void setQuantity(int quantity)
-