| Interface | Description |
|---|---|
| NbtBase<TType> |
Represents a generic container for an NBT element.
|
| NbtCompound |
Represents a mapping of arbitrary NBT elements and their unique names.
|
| NbtList<TType> |
Represents a list of NBT tags of the same type without names.
|
| NbtVisitor |
A visitor that can enumerate a NBT tree structure.
|
| NbtWrapper<TType> |
Indicates that this NBT wraps an underlying net.minecraft.server instance.
|
| Class | Description |
|---|---|
| NameProperty | |
| NbtFactory |
Factory methods for creating NBT elements, lists and compounds.
|
| Enum | Description |
|---|---|
| NbtType |
Represents all the element types
|