Uses of Enum Class
studio.magemonkey.fabled.api.enums.SkillStatus
Packages that use SkillStatus
Package
Description
-
Uses of SkillStatus in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player that return SkillStatus -
Uses of SkillStatus in studio.magemonkey.fabled.api.enums
Methods in studio.magemonkey.fabled.api.enums that return SkillStatusModifier and TypeMethodDescriptionstatic SkillStatus
Returns 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 studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.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.
PlayerSkill.getStatus()
instead.