| Interface | Description |
|---|---|
| NbtArray<TYPE extends NbtArray<TYPE,PRIMITIVE_TAG,ARRAY,PRIMITIVE>,PRIMITIVE_TAG extends NbtTag,ARRAY,PRIMITIVE> |
An interface for all Nbt array tags.
|
| NbtNumber |
An interface for all numeric Nbt tags.
|
| NbtTag |
The base interface for all Nbt tags.
|
| Enum | Description |
|---|---|
| NbtType |
The list of Nbt types.
|