from_rnbt {rbedrock} | R 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 |
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.
[Package rbedrock version 0.3.3 Index]