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 TypeMethodDescriptionbooleanRPGClass.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 TypeMethodDescriptionbooleanFabledClass.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 TypeMethodDescriptionvoidPlayerCombos.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 ClickClick.getById(int id) Retrieves a Click by ID.static ClickRetrieves a Click by name.static ClickReturns 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 TypeMethodDescriptionintComboManager.convertCombo(Click[] clicks) Converts a click combination to an IDintComboManager.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 TypeMethodDescriptionintComboManager.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