Uses of Enum Class
com.fs.starfarer.api.impl.campaign.rulecmd.DwellerCMD.DwellerStrength
Packages that use DwellerCMD.DwellerStrength
-
Uses of DwellerCMD.DwellerStrength in com.fs.starfarer.api.impl.campaign.rulecmd
Methods in com.fs.starfarer.api.impl.campaign.rulecmd that return DwellerCMD.DwellerStrengthModifier and TypeMethodDescriptionstatic DwellerCMD.DwellerStrength
Returns the enum constant of this class with the specified name.static DwellerCMD.DwellerStrength[]
DwellerCMD.DwellerStrength.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.rulecmd with parameters of type DwellerCMD.DwellerStrengthModifier and TypeMethodDescriptionstatic CampaignFleetAPI
DwellerCMD.createDwellerFleet
(DwellerCMD.DwellerStrength str, Random random) protected boolean
DwellerCMD.engageFleet
(InteractionDialogAPI dialog, Map<String, MemoryAPI> memoryMap, MemoryAPI memory, DwellerCMD.DwellerStrength str, Random random)