public static class HoverEvent.ContentText extends HoverEvent.Content
| Modifier and Type | Class and Description |
|---|---|
static class |
HoverEvent.ContentText.Serializer |
| Constructor and Description |
|---|
ContentText(BaseComponent[] value) |
ContentText(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getValue()
The value.
|
int |
hashCode() |
void |
setValue(Object value)
The value.
|
String |
toString() |
canEqualpublic ContentText(BaseComponent[] value)
public ContentText(String value)
public boolean equals(Object o)
equals in class HoverEvent.Contentpublic int hashCode()
hashCode in class HoverEvent.Contentpublic Object getValue()
public void setValue(Object value)
public String toString()
toString in class HoverEvent.ContentCopyright © 2015–2020 WaterfallMC. All rights reserved.