NbtTagList

Undocumented in source.

Members

Functions

getType
byte getType()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
NbtBase opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
NbtBase opIndexAssign(NbtBase rhs, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
NbtTagList opOpAssign(NbtBase rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
readTagValue
void readTagValue(ubyte[] inData)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
writeTagValue
void writeTagValue(ubyte[] outData)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From NbtBase

readTagValue
void readTagValue(ubyte[] inData)
Undocumented in source.
writeTagValue
void writeTagValue(ubyte[] outData)
Undocumented in source.
getType
byte getType()
Undocumented in source.
toString
string toString()
Undocumented in source.
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