Class Smuggling
java.lang.Object
com.fs.starfarer.api.impl.campaign.econ.BaseMarketConditionPlugin
com.fs.starfarer.api.impl.campaign.econ.Smuggling
- All Implemented Interfaces:
MarketConditionPlugin
Unused.
-
Field Summary
Fields inherited from class com.fs.starfarer.api.impl.campaign.econ.BaseMarketConditionPlugin
condition, market
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
String[]
For the description, which is shown in the tooltip.For the description that shows up in the tooltip.boolean
Return false if the plugin has data that needs to be in the savefile.void
void
Methods inherited from class com.fs.starfarer.api.impl.campaign.econ.BaseMarketConditionPlugin
addTokensToList, advance, createTooltip, createTooltipAfterDescription, getHighlightColors, getHighStabilityBonusMult, getHighStabilityPenaltyMult, getIconName, getLowStabilityBonusMult, getLowStabilityPenaltyMult, getModId, getName, getRelatedCommodities, getTooltipWidth, hasCustomTooltip, init, isPlanetary, isTooltipExpandable, main, runWhilePaused, showIcon
-
Constructor Details
-
Smuggling
public Smuggling()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceMarketConditionPlugin
- Overrides:
apply
in classBaseMarketConditionPlugin
-
unapply
- Specified by:
unapply
in interfaceMarketConditionPlugin
- Overrides:
unapply
in classBaseMarketConditionPlugin
-
setParam
- Specified by:
setParam
in interfaceMarketConditionPlugin
- Overrides:
setParam
in classBaseMarketConditionPlugin
-
getTokenReplacements
Description copied from interface:MarketConditionPlugin
For the description that shows up in the tooltip.- Specified by:
getTokenReplacements
in interfaceMarketConditionPlugin
- Overrides:
getTokenReplacements
in classBaseMarketConditionPlugin
- Returns:
-
getHighlights
Description copied from interface:MarketConditionPlugin
For the description, which is shown in the tooltip.- Specified by:
getHighlights
in interfaceMarketConditionPlugin
- Overrides:
getHighlights
in classBaseMarketConditionPlugin
- Returns:
-
isTransient
public boolean isTransient()Description copied from interface:MarketConditionPlugin
Return false if the plugin has data that needs to be in the savefile. Otherwise, it won't be saved.- Specified by:
isTransient
in interfaceMarketConditionPlugin
- Overrides:
isTransient
in classBaseMarketConditionPlugin
- Returns:
-