nbtd.NBTCommon

Undocumented in source.

Members

Classes

NBTByte
class NBTByte
NBTByteArray
class NBTByteArray
NBTDouble
class NBTDouble
NBTFloat
class NBTFloat
NBTInt
class NBTInt
NBTIntArray
class NBTIntArray
NBTLong
class NBTLong
NBTShort
class NBTShort
NBTString
class NBTString

Mixin templates

NBTCommon
mixintemplate NBTCommon(NBTType id, T, PrefixLength = int)

mixin template for primitive types and arrays. Where all arrays implement the index operator and a length prefix of the PrefixLength argument type.

Meta