Definition at line 8 of file SpecialItemSpecAPI.java.
◆ getBaseDanger()
| RaidDangerLevel com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getBaseDanger |
( |
| ) |
|
◆ getBasePrice()
| float com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getBasePrice |
( |
| ) |
|
◆ getCargoSpace()
| float com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getCargoSpace |
( |
| ) |
|
◆ getDesc()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getDesc |
( |
| ) |
|
◆ getDescFirstPara()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getDescFirstPara |
( |
| ) |
|
◆ getIconName()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getIconName |
( |
| ) |
|
◆ getId()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getId |
( |
| ) |
|
◆ getManufacturer()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getManufacturer |
( |
| ) |
|
◆ getName()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getName |
( |
| ) |
|
◆ getNewPluginInstance()
If null is passed in for a stack, the init() method of the plugin will not be called.
- Parameters
-
- Returns
◆ getOrder()
| float com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getOrder |
( |
| ) |
|
◆ getParams()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getParams |
( |
| ) |
|
◆ getRarity()
| float com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getRarity |
( |
| ) |
|
◆ getSoundId()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getSoundId |
( |
| ) |
|
◆ getSoundIdDrop()
| String com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getSoundIdDrop |
( |
| ) |
|
◆ getStackSize()
| int com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getStackSize |
( |
| ) |
|
◆ getTags()
| Set< String > com.fs.starfarer.api.campaign.SpecialItemSpecAPI.getTags |
( |
| ) |
|
◆ hasTag()
| boolean com.fs.starfarer.api.campaign.SpecialItemSpecAPI.hasTag |
( |
String | tag | ) |
|
◆ setBaseDanger()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setBaseDanger |
( |
RaidDangerLevel | danger | ) |
|
◆ setBasePrice()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setBasePrice |
( |
float | baseValue | ) |
|
◆ setDesc()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setDesc |
( |
String | desc | ) |
|
◆ setIconName()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setIconName |
( |
String | iconName | ) |
|
◆ setManufacturer()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setManufacturer |
( |
String | manufacturer | ) |
|
◆ setName()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setName |
( |
String | displayName | ) |
|
◆ setOrder()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setOrder |
( |
float | displayNumber | ) |
|
◆ setParams()
| void com.fs.starfarer.api.campaign.SpecialItemSpecAPI.setParams |
( |
String | params | ) |
|
The documentation for this interface was generated from the following file: