| Package | Description |
|---|---|
| net.minecraft.util.text.event |
| Modifier and Type | Field and Description |
|---|---|
private ClickEvent.Action |
ClickEvent.action |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,ClickEvent.Action> |
ClickEvent.Action.NAME_MAPPING |
| Modifier and Type | Method and Description |
|---|---|
ClickEvent.Action |
ClickEvent.getAction() |
static ClickEvent.Action |
ClickEvent.Action.getValueByCanonicalName(java.lang.String canonicalNameIn) |
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.
|
| Constructor and Description |
|---|
ClickEvent(ClickEvent.Action theAction,
java.lang.String theValue) |