public class HoverEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HoverEvent.Action |
| Constructor and Description |
|---|
HoverEvent(HoverEvent.Action actionIn,
IChatComponent valueIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
HoverEvent.Action |
getAction()
Gets the action to perform when this event is raised.
|
IChatComponent |
getValue()
Gets the value to perform the action on when this event is raised.
|
int |
hashCode() |
java.lang.String |
toString() |
public HoverEvent(HoverEvent.Action actionIn, IChatComponent valueIn)
public HoverEvent.Action getAction()
public IChatComponent getValue()
public boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object