anchovy v0.5.0 (2014-03-03T22:38:46Z)
Home
Dub
Repo
NbtBase
anchovy
utils
nbt
Undocumented in source.
abstract
class
NbtBase {
void
readTagValue
(ubyte[] inData);
void
writeTagValue
(ubyte[] outData);
byte
getType
();
string
toString
();
string
key
[@property getter];
string
key
[@property setter];
}
Members
Functions
getType
byte
getType
()
Undocumented in source.
readTagValue
void
readTagValue
(ubyte[] inData)
Undocumented in source.
toString
string
toString
()
Undocumented in source.
writeTagValue
void
writeTagValue
(ubyte[] outData)
Undocumented in source.
Properties
key
string
key
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
key
string
key
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
anchovy
utils
nbt
classes
NbtBase
NbtException
NbtTagByteArray
NbtTagCompound
NbtTagEnd
NbtTagList
NbtTagString
functions
CreateTagOfType
ReadNbt
ReadTag
WriteNbt
WriteTag
variables
NbtTagNames