Uses of Enum Class
com.fs.starfarer.api.campaign.econ.MarketAPI.SurveyLevel
Packages that use MarketAPI.SurveyLevel
-
Uses of MarketAPI.SurveyLevel in com.fs.starfarer.api.campaign.econ
Methods in com.fs.starfarer.api.campaign.econ that return MarketAPI.SurveyLevelModifier and TypeMethodDescriptionMarketAPI.getSurveyLevel()
static MarketAPI.SurveyLevel
Returns the enum constant of this class with the specified name.static MarketAPI.SurveyLevel[]
MarketAPI.SurveyLevel.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.SurveyLevelModifier and TypeMethodDescriptionvoid
MarketAPI.setSurveyLevel
(MarketAPI.SurveyLevel surveyLevel) -
Uses of MarketAPI.SurveyLevel in com.fs.starfarer.api.util
Methods in com.fs.starfarer.api.util that return MarketAPI.SurveyLevelModifier and TypeMethodDescriptionstatic MarketAPI.SurveyLevel
Misc.getMinSystemSurveyLevel
(StarSystemAPI system) Methods in com.fs.starfarer.api.util with parameters of type MarketAPI.SurveyLevelModifier and TypeMethodDescriptionstatic String
Misc.getSurveyLevelString
(MarketAPI.SurveyLevel level, boolean withBrackets)