public class ChatComponentTranslation extends ChatComponentStyle
IChatComponent.Serializer| Modifier and Type | Field and Description |
|---|---|
static java.util.regex.Pattern |
stringVariablePattern |
siblings| Constructor and Description |
|---|
ChatComponentTranslation(java.lang.String translationKey,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
ChatComponentTranslation |
createCopy()
Creates a copy of this component.
|
boolean |
equals(java.lang.Object p_equals_1_) |
java.lang.Object[] |
getFormatArgs() |
java.lang.String |
getKey() |
java.lang.String |
getUnformattedTextForChat()
Gets the text of this component, without any special formatting codes added, for chat.
|
int |
hashCode() |
protected void |
initializeFromFormat(java.lang.String format)
initializes our children from a format string, using the format args to fill in the placeholder variables.
|
java.util.Iterator<IChatComponent> |
iterator() |
IChatComponent |
setChatStyle(ChatStyle style) |
java.lang.String |
toString() |
appendSibling, appendText, createDeepCopyIterator, getChatStyle, getFormattedText, getSiblings, getUnformattedTextpublic static final java.util.regex.Pattern stringVariablePattern
public ChatComponentTranslation(java.lang.String translationKey,
java.lang.Object... args)
protected void initializeFromFormat(java.lang.String format)
public IChatComponent setChatStyle(ChatStyle style)
setChatStyle in interface IChatComponentsetChatStyle in class ChatComponentStylepublic java.util.Iterator<IChatComponent> iterator()
iterator in interface java.lang.Iterable<IChatComponent>iterator in class ChatComponentStylepublic java.lang.String getUnformattedTextForChat()
public ChatComponentTranslation createCopy()
public boolean equals(java.lang.Object p_equals_1_)
equals in class ChatComponentStylepublic int hashCode()
hashCode in class ChatComponentStylepublic java.lang.String toString()
toString in class ChatComponentStylepublic java.lang.String getKey()
public java.lang.Object[] getFormatArgs()