[This is preliminary documentation and is subject to change.]
Standard NBT data types.
Namespace: fCraft.MapConversionAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
public enum NBTType
Members
| Member | Value | Description |
|---|---|---|
| End | 0 | End of tag |
| Byte | 1 | 8 bit integer |
| Short | 2 | 16 bit integer |
| Int | 3 | 32 bit integer |
| Long | 4 | 64 bit integer |
| Float | 5 | 32 bit floating point number (IEEE 754) |
| Double | 6 | 64 bit floating point number (IEEE 754) |
| Bytes | 7 | |
| String | 8 | |
| List | 9 | |
| Compound | 10 |