| Class | Description |
|---|---|
| ByteArrayTag | |
| ByteTag | |
| CompoundTag |
Consists of multiple named tags.
|
| DoubleTag | |
| DumpNBT |
Simple program to print a text representation of NBT data.
|
| ErrorTag | |
| FloatTag | |
| IntArrayTag | |
| IntTag | |
| ListTag |
Contains multiple tags of the same type.
|
| LongArrayTag |
TAG_Long_Array is an array of long integers (8 bytes).
|
| LongTag | |
| NamedTag |
Named tags are the items of a compound tag.
|
| ShortTag | |
| SpecificTag |
Specific tags are all types of tags that can appear explicitly in an NBT file.
|
| StringTag | |
| Tag |
Abstract base class for all kinds of NBT tags.
|