Uses of Enum
net.minecraft.text.ClickEvent.Action
Packages that use ClickEvent.Action
-
Uses of ClickEvent.Action in net.minecraft.text
Fields in net.minecraft.text declared as ClickEvent.ActionFields in net.minecraft.text with type parameters of type ClickEvent.ActionModifier and TypeFieldDescriptionprivate static Map<String,ClickEvent.Action>
ClickEvent.Action.BY_NAME
Methods in net.minecraft.text that return ClickEvent.ActionModifier and TypeMethodDescriptionstatic ClickEvent.Action
ClickEvent.getAction()
static ClickEvent.Action
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.minecraft.text with parameters of type ClickEvent.Action