public interface TextRepresentable
Modifier and Type | Method and Description |
---|---|
Text |
toText()
Gets the textual representation of this instance for its usage in other
Text objects. |
Text toText()
Text
objects. This may but does not need to include
hover texts
or other actions
. This
method is basically the toString()
equivalent
for Text
s.