Uses of Class
net.minecraft.text.ClickEvent.Action
| Package | Description |
|---|---|
| net.minecraft.text |
-
Uses of ClickEvent.Action in net.minecraft.text
Fields in net.minecraft.text declared as ClickEvent.Action Modifier and Type Field Description private ClickEvent.ActionClickEvent. actionFields in net.minecraft.text with type parameters of type ClickEvent.Action Modifier and Type Field Description private static Map<String,ClickEvent.Action>ClickEvent.Action. BY_NAMEMethods in net.minecraft.text that return ClickEvent.Action Modifier and Type Method Description static ClickEvent.ActionClickEvent.Action. byName(String name)ClickEvent.ActionClickEvent. getAction()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.minecraft.text with parameters of type ClickEvent.Action Constructor Description ClickEvent(ClickEvent.Action action, String value)