Uses of Class
net.md_5.bungee.api.chat.ClickEvent.Action
-
Packages that use ClickEvent.Action Package Description net.md_5.bungee.api.chat -
-
Uses of ClickEvent.Action in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ClickEvent.Action Modifier and Type Method Description ClickEvent.ActionClickEvent. getAction()The type of action to perform on click.static ClickEvent.ActionClickEvent.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ClickEvent.Action[]ClickEvent.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.md_5.bungee.api.chat with parameters of type ClickEvent.Action Constructor Description ClickEvent(ClickEvent.Action action, String value)
-