public class TextHoverEvent extends AHoverEvent
| Constructor and Description |
|---|
TextHoverEvent(HoverEventAction action,
ATextComponent text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ATextComponent |
getText() |
int |
hashCode() |
java.lang.String |
toString() |
getActionpublic TextHoverEvent(HoverEventAction action, ATextComponent text)
public ATextComponent getText()
public boolean equals(java.lang.Object o)
equals in class AHoverEventpublic int hashCode()
hashCode in class AHoverEventpublic java.lang.String toString()
toString in class AHoverEvent