Uses of Enum Class
com.fs.starfarer.api.campaign.econ.MarketAPI.MarketInteractionMode
Packages that use MarketAPI.MarketInteractionMode
-
Uses of MarketAPI.MarketInteractionMode in com.fs.starfarer.api.campaign.econ
Methods in com.fs.starfarer.api.campaign.econ that return MarketAPI.MarketInteractionModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MarketAPI.MarketInteractionMode[]
MarketAPI.MarketInteractionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.campaign.econ with parameters of type MarketAPI.MarketInteractionModeModifier and TypeMethodDescriptionvoid
Industry.notifyBeingRemoved
(MarketAPI.MarketInteractionMode mode, boolean forUpgrade) void
MarketAPI.removeIndustry
(String id, MarketAPI.MarketInteractionMode mode, boolean forUpgrade) Pass in null for mode when calling this from API code. -
Uses of MarketAPI.MarketInteractionMode in com.fs.starfarer.api.impl.campaign.econ.impl
Methods in com.fs.starfarer.api.impl.campaign.econ.impl with parameters of type MarketAPI.MarketInteractionModeModifier and TypeMethodDescriptionprotected CargoAPI
BaseIndustry.getCargoForInteractionMode
(MarketAPI.MarketInteractionMode mode) void
BaseIndustry.notifyBeingRemoved
(MarketAPI.MarketInteractionMode mode, boolean forUpgrade) void
OrbitalStation.notifyBeingRemoved
(MarketAPI.MarketInteractionMode mode, boolean forUpgrade)