public class NBTTagEnd extends NBTBase
NBTBase.NBTPrimitive| Constructor and Description |
|---|
NBTTagEnd() |
| Modifier and Type | Method and Description |
|---|---|
NBTBase |
copy()
Creates a clone of the tag.
|
byte |
getId()
Gets the type byte for the tag.
|
(package private) void |
read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker) |
java.lang.String |
toString() |
(package private) void |
write(java.io.DataOutput output)
Write the actual data contents of the tag, implemented in NBT extension classes
|
void read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker)
throws java.io.IOException
void write(java.io.DataOutput output)
throws java.io.IOException