Uses of Enum Class
model.skill.SkillEffect
Packages that use SkillEffect
Package
Description
Character special skills with cooldown management and multiple effect types.
-
Uses of SkillEffect in model.skill
Subclasses with type arguments of type SkillEffect in model.skillModifier and TypeClassDescriptionenumSkill effect types available to each character.Fields in model.skill declared as SkillEffectMethods in model.skill that return SkillEffectModifier and TypeMethodDescriptionSkill.getEffect()static SkillEffectReturns the enum constant of this class with the specified name.static SkillEffect[]SkillEffect.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in model.skill with parameters of type SkillEffect