public class HoverEvent
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
HoverEvent.Action  | 
| Constructor and Description | 
|---|
HoverEvent(HoverEvent.Action actionIn,
          ITextComponent valueIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object p_equals_1_)  | 
HoverEvent.Action | 
getAction()  | 
ITextComponent | 
getValue()  | 
int | 
hashCode()  | 
java.lang.String | 
toString()  | 
public HoverEvent(HoverEvent.Action actionIn, ITextComponent valueIn)
public HoverEvent.Action getAction()
public ITextComponent 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