Uses of Enum Class
me.croabeast.takion.chat.ChatComponent.Click
Packages that use ChatComponent.Click
-
Uses of ChatComponent.Click in me.croabeast.takion.chat
Methods in me.croabeast.takion.chat that return ChatComponent.ClickModifier and TypeMethodDescriptionstatic ChatComponent.ClickParse a caseāinsensitive alias or enum name into aChatComponent.Clickconstant.static ChatComponent.ClickReturns the enum constant of this class with the specified name.static ChatComponent.Click[]ChatComponent.Click.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.croabeast.takion.chat with parameters of type ChatComponent.ClickModifier and TypeMethodDescriptionChatComponent.setClick(ChatComponent.Click click, String input) Attach a click action to this component.@NotNull MultiComponentMultiComponent.setClickToAll(ChatComponent.Click click, String input) Applies a click action uniformly to all segments in this component.