Interface StabilizeMarketPlugin
- All Superinterfaces:
GenericPluginManagerAPI.GenericPlugin
- All Known Implementing Classes:
StabilizeMarketPluginImpl
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canStabilize
(MarketAPI market) void
createStabilizeButtonTooltip
(TooltipMakerAPI info, float width, boolean expanded, MarketAPI market) int
getCostPerStabilityPoint
(MarketAPI market) int
getMaxStabilizeAmount
(MarketAPI market) *Has* to be <= RecentUnrest.getPenalty(market).boolean
boolean
stabilizeButtonHasTooltip
(MarketAPI market) Methods inherited from interface com.fs.starfarer.api.campaign.GenericPluginManagerAPI.GenericPlugin
getHandlingPriority
-
Method Details
-
canStabilize
-
stabilizeButtonHasTooltip
-
createStabilizeButtonTooltip
void createStabilizeButtonTooltip(TooltipMakerAPI info, float width, boolean expanded, MarketAPI market) -
isStabilizeButtonTooltipExpandable
-
getCostPerStabilityPoint
-
getMaxStabilizeAmount
*Has* to be <= RecentUnrest.getPenalty(market).- Parameters:
market
-- Returns:
-