public interface IFormattedText
| Modifier and Type | Method and Description |
|---|---|
IFormattedText |
add(IFormattedText other) |
default ITextComponent |
asTextComponent() |
IFormattedText |
cat(IFormattedText other) |
java.lang.String |
getText() |
IFormattedText add(IFormattedText other)
IFormattedText cat(IFormattedText other)
java.lang.String getText()
default ITextComponent asTextComponent()