Uses of Enum Class
net.minecraft.network.chat.ClickEvent.Action
Packages that use ClickEvent.Action
-
Uses of ClickEvent.Action in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ClickEvent.ActionFields in net.minecraft.network.chat with type parameters of type ClickEvent.ActionModifier and TypeFieldDescriptionprivate static final Map<String,
ClickEvent.Action> ClickEvent.Action.LOOKUP
Methods in net.minecraft.network.chat that return ClickEvent.ActionModifier and TypeMethodDescriptionClickEvent.getAction()
static ClickEvent.Action
static ClickEvent.Action
Returns the enum constant of this class with the specified name.static ClickEvent.Action[]
ClickEvent.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.network.chat with parameters of type ClickEvent.Action