public class HoverEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HoverEvent.Action |
| Modifier and Type | Field and Description |
|---|---|
private HoverEvent.Action |
action |
private Text |
value |
| Constructor and Description |
|---|
HoverEvent(HoverEvent.Action action,
Text value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HoverEvent.Action |
getAction() |
Text |
getValue() |
int |
hashCode() |
String |
toString() |
private final HoverEvent.Action action
private final Text value
public HoverEvent(HoverEvent.Action action, Text value)
public HoverEvent.Action getAction()
public Text getValue()