Uses of Enum Class
com.fs.starfarer.api.combat.MutableStat.StatModType
Packages that use MutableStat.StatModType
-
Uses of MutableStat.StatModType in com.fs.starfarer.api.combat
Methods in com.fs.starfarer.api.combat that return MutableStat.StatModTypeModifier and TypeMethodDescriptionstatic MutableStat.StatModType
Returns the enum constant of this class with the specified name.static MutableStat.StatModType[]
MutableStat.StatModType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.fs.starfarer.api.combat with parameters of type MutableStat.StatModTypeModifierConstructorDescriptionStatMod
(String source, MutableStat.StatModType type, float value) StatMod
(String source, MutableStat.StatModType type, float value, String desc)