rnbt: Raw Named Binary Tag Format

from_rnbtR Documentation

Raw Named Binary Tag Format

Description

from_rnbt() converts rnbt data to nbt data. to_rnbt() converts nbt data to rnbt data. read_rnbt() converts a raw vector to rnbt data. write_rnbt() converts rnbt data to a raw vector

Usage

from_rnbt(x)

to_rnbt(x)

from_rnbt_payload(x, tag)

to_rnbt_payload(x)

read_rnbt(rawdata)

write_rnbt(object)

Arguments

x

an object

rawdata

A raw vector

object

An nbt object or a list of nbt objects

Details

rnbt is a recursive, intermediate data structure that closely resembles how NBT data is encoded.


rbedrock documentation built on Oct. 7, 2023, 1:07 a.m.