public interface IChatComponent
extends java.lang.Iterable
Modifier and Type | Interface and Description |
---|---|
static class |
IChatComponent.Serializer |
Modifier and Type | Method and Description |
---|---|
IChatComponent |
appendSibling(IChatComponent p_150257_1_) |
IChatComponent |
appendText(java.lang.String p_150258_1_) |
IChatComponent |
createCopy() |
ChatStyle |
getChatStyle() |
java.lang.String |
getFormattedText() |
java.util.List |
getSiblings() |
java.lang.String |
getUnformattedText() |
java.lang.String |
getUnformattedTextForChat() |
IChatComponent |
setChatStyle(ChatStyle p_150255_1_) |
IChatComponent setChatStyle(ChatStyle p_150255_1_)
ChatStyle getChatStyle()
IChatComponent appendText(java.lang.String p_150258_1_)
IChatComponent appendSibling(IChatComponent p_150257_1_)
java.lang.String getUnformattedTextForChat()
java.lang.String getUnformattedText()
java.lang.String getFormattedText()
java.util.List getSiblings()
IChatComponent createCopy()