Package com.fs.starfarer.api.campaign
Interface SpecialItemSpecAPI
- All Superinterfaces:
WithSourceMod
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
getDesc()
getId()
getName()
If null is passed in for a stack, the init() method of the plugin will not be called.float
getOrder()
float
int
getTags()
boolean
void
void
setBasePrice
(float baseValue) void
void
setIconName
(String iconName) void
setManufacturer
(String manufacturer) void
void
setOrder
(float displayNumber) void
Methods inherited from interface com.fs.starfarer.api.loading.WithSourceMod
getSourceMod
-
Method Details
-
getIconName
String getIconName() -
getStackSize
int getStackSize() -
getOrder
float getOrder() -
getCargoSpace
float getCargoSpace() -
getId
String getId() -
getName
String getName() -
getBasePrice
float getBasePrice() -
getTags
-
hasTag
-
getNewPluginInstance
If null is passed in for a stack, the init() method of the plugin will not be called.- Parameters:
stack
-- Returns:
-
getDesc
String getDesc() -
setDesc
-
getParams
String getParams() -
getRarity
float getRarity() -
getSoundId
String getSoundId() -
getSoundIdDrop
String getSoundIdDrop() -
getDescFirstPara
String getDescFirstPara() -
setBaseDanger
-
getBaseDanger
MarketCMD.RaidDangerLevel getBaseDanger() -
getManufacturer
String getManufacturer() -
setManufacturer
-
setParams
-
setIconName
-
setName
-
setBasePrice
void setBasePrice(float baseValue) -
setOrder
void setOrder(float displayNumber)
-