Uses of Enum Class
com.fs.starfarer.api.impl.campaign.missions.cb.BaseCustomBounty.DifficultyChoice
Packages that use BaseCustomBounty.DifficultyChoice
-
Uses of BaseCustomBounty.DifficultyChoice in com.fs.starfarer.api.impl.campaign.missions.cb
Methods in com.fs.starfarer.api.impl.campaign.missions.cb that return BaseCustomBounty.DifficultyChoiceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BaseCustomBounty.DifficultyChoice[]
BaseCustomBounty.DifficultyChoice.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.impl.campaign.missions.cb with parameters of type BaseCustomBounty.DifficultyChoiceModifier and TypeMethodDescriptionprotected CustomBountyCreator
BaseCustomBounty.pickCreator
(int difficulty, BaseCustomBounty.DifficultyChoice choice) protected int
BaseCustomBounty.pickDifficulty
(BaseCustomBounty.DifficultyChoice choice)