Skip to main content

Module nbt

Module nbt 

Source

Enums§

NbtError
Errors raised while decoding base64+gzip NBT blobs.

Functions§

decode_inventory
Decode an inventory section such as { "type": 0, "data": "<base64>" }.
decode_nbt
Decode a base64-encoded, gzip-compressed NBT blob into an fastnbt::Value.