| Class | Description |
|---|---|
| ByteArrayTag |
The
TAG_Byte_Array tag. |
| ByteTag |
The
TAG_Byte tag. |
| CompoundTag |
The
TAG_Compound tag. |
| DoubleTag |
The
TAG_Double tag. |
| FloatTag |
The
TAG_Float tag. |
| IntArrayTag |
The
TAG_Int_Array tag. |
| IntTag |
The
TAG_Int tag. |
| ListTag<T extends Tag> |
The
TAG_List tag. |
| LongTag |
The
TAG_Long tag. |
| NbtInputStream |
This class reads NBT, or Named Binary Tag streams, and produces an object graph of subclasses of
the
Tag object. |
| NbtOutputStream |
This class writes NBT, or Named Binary Tag,
Tag objects to an underlying
OutputStream. |
| NbtReadLimiter | |
| NumericTag<T extends Number> | |
| ShortTag |
The
TAG_Short tag. |
| StringTag |
The
TAG_String tag. |
| Tag<T> |
Represents a single NBT tag.
|
| Enum | Description |
|---|---|
| TagType |
The types of NBT tags that exist.
|
Copyright © 2021. All rights reserved.