Uses of Enum Class
studio.magemonkey.fabled.data.Click
Packages that use Click
Package
Description
-
Uses of Click in com.sucy.skill.api.classes
Methods in com.sucy.skill.api.classes with parameters of type ClickModifier and TypeMethodDescriptionboolean
RPGClass.canStartCombo
(Click click, org.bukkit.inventory.ItemStack itemStack) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Click in studio.magemonkey.fabled.api.classes
Methods in studio.magemonkey.fabled.api.classes with parameters of type ClickModifier and TypeMethodDescriptionboolean
FabledClass.canStartCombo
(Click click, org.bukkit.inventory.ItemStack itemStack) -
Uses of Click in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player with parameters of type ClickModifier and TypeMethodDescriptionvoid
PlayerCombos.applyClick
(Click click) Applies a click for the player, counting towards their current combo and casts the skill if the combo is completed. -
Uses of Click in studio.magemonkey.fabled.data
Methods in studio.magemonkey.fabled.data that return ClickModifier and TypeMethodDescriptionstatic Click
Click.getById
(int id) Retrieves a Click by ID.static Click
Retrieves a Click by name.static Click
Returns the enum constant of this class with the specified name.static Click[]
Click.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Click in studio.magemonkey.fabled.manager
Methods in studio.magemonkey.fabled.manager that return types with arguments of type ClickMethods in studio.magemonkey.fabled.manager with parameters of type ClickModifier and TypeMethodDescriptionint
ComboManager.convertCombo
(Click[] clicks) Converts a click combination to an IDint
ComboManager.convertCombo
(Click[] clicks, int amount) Converts a click combination to an IDMethod parameters in studio.magemonkey.fabled.manager with type arguments of type ClickModifier and TypeMethodDescriptionint
ComboManager.convertCombo
(Collection<Click> clicks) Converts a click combination to an IDComboManager.getComboString
(List<Click> clicks) Retrieves a formatted display of the combo based on the language configComboManager.getSaveString
(List<Click> clicks) Retrieves a formatted display of the combo used to save the combo to disk