Closed hinoobers closed 1 year ago
Sorry for the (very) late answer:
Use NBTWriter
pointing to an OutputStream
capable of writing to a Netty buffer, or alternatively, use NBTWriter
with a ByteArrayOutputStream
and write the resulting byte array to your buffer directly.
is there a tutorial for writing nbt to netty buffers and reading them from it?