Definition at line 9 of file IndustrySpecAPI.java.
◆ addTag()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.addTag |
( |
String | tag | ) |
|
◆ getBuildTime()
| float com.fs.starfarer.api.loading.IndustrySpecAPI.getBuildTime |
( |
| ) |
|
◆ getCost()
| float com.fs.starfarer.api.loading.IndustrySpecAPI.getCost |
( |
| ) |
|
◆ getData()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getData |
( |
| ) |
|
◆ getDesc()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getDesc |
( |
| ) |
|
◆ getDisruptDanger()
| RaidDangerLevel com.fs.starfarer.api.loading.IndustrySpecAPI.getDisruptDanger |
( |
| ) |
|
◆ getDowngrade()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getDowngrade |
( |
| ) |
|
◆ getDowngradePluginInstance()
| Industry com.fs.starfarer.api.loading.IndustrySpecAPI.getDowngradePluginInstance |
( |
MarketAPI | market | ) |
|
◆ getId()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getId |
( |
| ) |
|
◆ getImageName()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getImageName |
( |
| ) |
|
◆ getIncome()
| float com.fs.starfarer.api.loading.IndustrySpecAPI.getIncome |
( |
| ) |
|
◆ getName()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getName |
( |
| ) |
|
◆ getNewPluginInstance()
| Industry com.fs.starfarer.api.loading.IndustrySpecAPI.getNewPluginInstance |
( |
MarketAPI | market | ) |
|
◆ getOrder()
| int com.fs.starfarer.api.loading.IndustrySpecAPI.getOrder |
( |
| ) |
|
◆ getPluginClass()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getPluginClass |
( |
| ) |
|
◆ getTags()
| Set< String > com.fs.starfarer.api.loading.IndustrySpecAPI.getTags |
( |
| ) |
|
◆ getUpgrade()
| String com.fs.starfarer.api.loading.IndustrySpecAPI.getUpgrade |
( |
| ) |
|
◆ getUpgradePluginInstance()
| Industry com.fs.starfarer.api.loading.IndustrySpecAPI.getUpgradePluginInstance |
( |
MarketAPI | market | ) |
|
◆ getUpkeep()
| float com.fs.starfarer.api.loading.IndustrySpecAPI.getUpkeep |
( |
| ) |
|
◆ hasTag()
| boolean com.fs.starfarer.api.loading.IndustrySpecAPI.hasTag |
( |
String | tag | ) |
|
◆ setBuildTime()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setBuildTime |
( |
float | buildTime | ) |
|
◆ setCost()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setCost |
( |
float | costMult | ) |
|
◆ setData()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setData |
( |
String | data | ) |
|
◆ setDesc()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setDesc |
( |
String | desc | ) |
|
◆ setDisruptDanger()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setDisruptDanger |
( |
RaidDangerLevel | disruptDanger | ) |
|
◆ setDowngrade()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setDowngrade |
( |
String | downgrade | ) |
|
◆ setId()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setId |
( |
String | id | ) |
|
◆ setImageName()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setImageName |
( |
String | imageName | ) |
|
◆ setIncome()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setIncome |
( |
float | income | ) |
|
◆ setName()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setName |
( |
String | name | ) |
|
◆ setOrder()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setOrder |
( |
int | order | ) |
|
◆ setPluginClass()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setPluginClass |
( |
String | effectClass | ) |
|
◆ setUpgrade()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setUpgrade |
( |
String | upgrade | ) |
|
◆ setUpkeep()
| void com.fs.starfarer.api.loading.IndustrySpecAPI.setUpkeep |
( |
float | upkeep | ) |
|
The documentation for this interface was generated from the following file: