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