NBT_TYPES, SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING| Constructor and Description |
|---|
StringNBT() |
StringNBT(java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
StringNBT |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
byte |
getId() |
java.lang.String |
getString() |
int |
hashCode() |
static java.lang.String |
quoteAndEscape(java.lang.String p_197654_0_) |
void |
read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker) |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput output) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcreate, getTypeName, toFormattedComponentpublic void write(java.io.DataOutput output)
throws java.io.IOException
public void read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker)
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_)