public class ChatComponentText extends ChatComponentStyle
IChatComponent.Serializersiblings| Constructor and Description |
|---|
ChatComponentText(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
ChatComponentText |
createCopy()
Creates a copy of this component.
|
boolean |
equals(java.lang.Object p_equals_1_) |
java.lang.String |
getChatComponentText_TextValue()
Gets the text value of this ChatComponentText.
|
java.lang.String |
getUnformattedTextForChat()
Gets the text of this component, without any special formatting codes added, for chat.
|
java.lang.String |
toString() |
appendSibling, appendText, createDeepCopyIterator, getChatStyle, getFormattedText, getSiblings, getUnformattedText, hashCode, iterator, setChatStylepublic java.lang.String getChatComponentText_TextValue()
public java.lang.String getUnformattedTextForChat()
public ChatComponentText createCopy()
public boolean equals(java.lang.Object p_equals_1_)
equals in class ChatComponentStylepublic java.lang.String toString()
toString in class ChatComponentStyle