Uses of Enum Class
com.sucy.skill.data.Click
Packages that use Click
-
Uses of Click in com.sucy.skill.api.player
Methods in com.sucy.skill.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 com.sucy.skill.data
Methods in com.sucy.skill.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 com.sucy.skill.manager
Methods in com.sucy.skill.manager that return types with arguments of type ClickMethods in com.sucy.skill.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 com.sucy.skill.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