NBT_TYPES, SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING| Constructor and Description |
|---|
EndNBT() |
| Modifier and Type | Method and Description |
|---|---|
EndNBT |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
byte |
getId() |
int |
hashCode() |
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, getString, getTypeName, toFormattedComponentpublic void read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker)
throws java.io.IOException
public void write(java.io.DataOutput output)
throws java.io.IOException
public java.lang.String toString()
public ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
toFormattedComponent in interface INBTpublic boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object