Uses of Enum Class
com.sucy.skill.api.enums.SkillStatus
Packages that use SkillStatus
-
Uses of SkillStatus in com.sucy.skill.api.enums
Methods in com.sucy.skill.api.enums that return SkillStatusModifier and TypeMethodDescriptionstatic SkillStatusReturns the enum constant of this class with the specified name.static SkillStatus[]SkillStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SkillStatus in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player that return SkillStatusModifier and TypeMethodDescriptionPlayerSkill.getStatus()Retrieves the current ready status of the skill which could be on cooldown, missing mana, or ready.