| Modifier and Type | Field and Description |
|---|---|
static INBTType<StringNBT> |
TYPE |
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING| Modifier and Type | Method and Description |
|---|---|
StringNBT |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
byte |
getId() |
java.lang.String |
getString() |
INBTType<StringNBT> |
getType() |
int |
hashCode() |
static java.lang.String |
quoteAndEscape(java.lang.String p_197654_0_) |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
static StringNBT |
valueOf(java.lang.String p_229705_0_) |
void |
write(java.io.DataOutput output) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittoFormattedComponentpublic static StringNBT valueOf(java.lang.String p_229705_0_)
public void write(java.io.DataOutput output)
throws java.io.IOException
public java.lang.String toString()
public boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
toFormattedComponent in interface INBTpublic static java.lang.String quoteAndEscape(java.lang.String p_197654_0_)