NbtType
An enum relating the names of the NBT data types to their ID.
Name | Type | Class |
---|---|---|
End | 0 | NbtEnd |
Byte | 1 | NbtByte |
Short | 2 | NbtShort |
Int | 3 | NbtInt |
Long | 4 | NbtLong |
Float | 5 | NbtFloat |
Double | 6 | NbtDouble |
ByteArray | 7 | NbtByteArray |
String | 8 | NbtString |
List | 9 | NbtList |
Compound | 10 | NbtCompound |
IntArray | 11 | NbtIntArray |
LongArray | 12 | NbtLongArray |