Uses of Class
net.alpenblock.bungeeperms.platform.MessageEncoder.ClickEvent.Action
-
Packages that use MessageEncoder.ClickEvent.Action Package Description net.alpenblock.bungeeperms.platform -
-
Uses of MessageEncoder.ClickEvent.Action in net.alpenblock.bungeeperms.platform
Methods in net.alpenblock.bungeeperms.platform that return MessageEncoder.ClickEvent.Action Modifier and Type Method Description static MessageEncoder.ClickEvent.Action
MessageEncoder.ClickEvent.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageEncoder.ClickEvent.Action[]
MessageEncoder.ClickEvent.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-