anchovy.utils.nbt

Undocumented in source.

Members

Classes

NbtBase
class NbtBase
Undocumented in source.
NbtException
class NbtException
Undocumented in source.
NbtTagByteArray
class NbtTagByteArray
Undocumented in source.
NbtTagCompound
class NbtTagCompound
Undocumented in source.
NbtTagEnd
class NbtTagEnd
Undocumented in source.
NbtTagList
class NbtTagList
Undocumented in source.
NbtTagString
class NbtTagString
Undocumented in source.

Functions

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.

Variables

NbtTagNames
string[11] NbtTagNames;
Undocumented in source.

Meta