[This is preliminary documentation and is subject to change.]

Standard NBT data types.

Namespace: fCraft.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public enum NBTType

Members

MemberValueDescription
End0
End of tag
Byte1
8 bit integer
Short2
16 bit integer
Int3
32 bit integer
Long4
64 bit integer
Float5
32 bit floating point number (IEEE 754)
Double6
64 bit floating point number (IEEE 754)
Bytes7
String8
List9
Compound10

See Also