Uses of Enum Class
com.fs.starfarer.api.combat.CombatReadinessPlugin.CREffectDetailType
Packages that use CombatReadinessPlugin.CREffectDetailType
-
Uses of CombatReadinessPlugin.CREffectDetailType in com.fs.starfarer.api.combat
Methods in com.fs.starfarer.api.combat that return CombatReadinessPlugin.CREffectDetailTypeModifier and TypeMethodDescriptionCombatReadinessPlugin.CREffectDetail.getType()
Returns the enum constant of this class with the specified name.CombatReadinessPlugin.CREffectDetailType.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 CombatReadinessPlugin.CREffectDetailTypeModifierConstructorDescriptionCREffectDetail
(String desc, String value, CombatReadinessPlugin.CREffectDetailType type)