public class TextHoverEvent extends HoverEvent
action| Constructor and Description |
|---|
TextHoverEvent(TextComponent text) |
| Modifier and Type | Method and Description |
|---|---|
TextComponent |
getText() |
TextHoverEvent |
setText(TextComponent text)
Set the text of this hover event.
|
java.lang.String |
toString() |
achievement, entity, equals, getAction, hashCode, item, textpublic TextHoverEvent(TextComponent text)
public TextComponent getText()
public TextHoverEvent setText(TextComponent text)
text - The new textpublic java.lang.String toString()
toString in class HoverEvent