- CreateTagOfType
NbtBase CreateTagOfType(ubyte type)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadNbt
NbtBase ReadNbt(ubyte[] inData)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadTag
NbtBase ReadTag(ubyte[] inData)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteNbt
void WriteNbt(NbtBase nbtbase, ubyte[] outData)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteTag
ubyte[] WriteTag(NbtBase nbtbase)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteTag
ubyte[] WriteTag(NbtBase nbtbase, ubyte[] outData)
Undocumented in source. Be warned that the author may not have intended to support it.