Uses of Enum Class
studio.magemonkey.fabled.api.event.PlayerSkillCastFailedEvent.Cause
Packages that use PlayerSkillCastFailedEvent.Cause
-
Uses of PlayerSkillCastFailedEvent.Cause in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return PlayerSkillCastFailedEvent.CauseModifier and TypeMethodDescriptionPlayerSkillCastFailedEvent.getCause()
Returns the enum constant of this class with the specified name.static PlayerSkillCastFailedEvent.Cause[]
PlayerSkillCastFailedEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.fabled.api.event with parameters of type PlayerSkillCastFailedEvent.CauseModifier and TypeMethodDescriptionstatic boolean
PlayerSkillCastFailedEvent.invoke
(PlayerSkill skill, PlayerSkillCastFailedEvent.Cause cause)