Uses of Class
net.minecraft.util.text.event.ClickEvent.Action
-
Packages that use ClickEvent.Action Package Description net.minecraft.util.text.event -
-
Uses of ClickEvent.Action in net.minecraft.util.text.event
Fields in net.minecraft.util.text.event declared as ClickEvent.Action Modifier and Type Field Description private ClickEvent.Action
ClickEvent. action
Fields in net.minecraft.util.text.event with type parameters of type ClickEvent.Action Modifier and Type Field Description private static java.util.Map<java.lang.String,ClickEvent.Action>
ClickEvent.Action. LOOKUP
Methods in net.minecraft.util.text.event that return ClickEvent.Action Modifier and Type Method Description ClickEvent.Action
ClickEvent. getAction()
static ClickEvent.Action
ClickEvent.Action. getByName(java.lang.String p_150672_0_)
static ClickEvent.Action
ClickEvent.Action. valueOf(java.lang.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.minecraft.util.text.event with parameters of type ClickEvent.Action Constructor Description ClickEvent(ClickEvent.Action p_i45156_1_, java.lang.String p_i45156_2_)
-