BlockEntityData.nbt

Named binary tag of the block. The format varies from the classic format of Minecraft: Pocket Edition (which is like Minecraft's but little endian) introducing the use of varints for some types: + The tag Int is encoded as a signed varint instead of a simple signed 32-bits integer + The length of the ByteArray and the IntArray is encoded as an unsigned varint instead of a 32-bits integer + The length of the String tag and the named tag's name length are encoded as an unisgned varint instead of a 16-bits integer

class BlockEntityData
ubyte[] nbt;

Meta