[][src]Module fastnbt::anvil::bits

Functions

bits_per_block

Get the number of bits that will be used in Blockstates per block.

expand_blockstates

Expand blockstate data so each block is an element of a Vec.

expand_generic_1_15

Expand generic bit-packed data in the 1.15 format, ie data potentially existing across two 64-bit ints.

expand_generic_1_16

Expand generic bit-packed data in the 1.16 format, ie with padding bits.

expand_heightmap

Expand heightmap data. This is equivalent to expand_generic(data, 9).