Package | Description |
---|---|
net.minecraft.util.text.event |
Modifier and Type | Field and Description |
---|---|
private HoverEvent.Action |
HoverEvent.action |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,HoverEvent.Action> |
HoverEvent.Action.NAME_MAPPING |
Modifier and Type | Method and Description |
---|---|
HoverEvent.Action |
HoverEvent.getAction() |
static HoverEvent.Action |
HoverEvent.Action.getValueByCanonicalName(java.lang.String canonicalNameIn) |
static HoverEvent.Action |
HoverEvent.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HoverEvent.Action[] |
HoverEvent.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HoverEvent(HoverEvent.Action actionIn,
ITextComponent valueIn) |