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

Standard NBT data types.

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

Syntax

   
 C# 
public enum NBTType

Members

MemberValueDescription
End0
Byte1
Short2
Int3
Long4
Float5
Double6
Bytes7
String8
List9
Compound10

See Also