INBTItem

Undocumented in source.

Members

Functions

asByte
NBTByte asByte()
Undocumented in source. Be warned that the author may not have intended to support it.
asByteArray
NBTByteArray asByteArray()
Undocumented in source. Be warned that the author may not have intended to support it.
asCompound
NBTCompound asCompound()
Undocumented in source. Be warned that the author may not have intended to support it.
asDouble
NBTDouble asDouble()
Undocumented in source. Be warned that the author may not have intended to support it.
asFloat
NBTFloat asFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
asInt
NBTInt asInt()
Undocumented in source. Be warned that the author may not have intended to support it.
asIntArray
NBTIntArray asIntArray()
Undocumented in source. Be warned that the author may not have intended to support it.
asList
NBTList asList()
Undocumented in source. Be warned that the author may not have intended to support it.
asLong
NBTLong asLong()
Undocumented in source. Be warned that the author may not have intended to support it.
asShort
NBTShort asShort()
Undocumented in source. Be warned that the author may not have intended to support it.
asString
NBTString asString()
Undocumented in source. Be warned that the author may not have intended to support it.
decode
void decode(ubyte[] data, bool compressed, bool hasName)
Undocumented in source.
encode
ubyte[] encode(bool compressed, bool hasName)
Undocumented in source.
read
void read(ubyte[] stream, bool hasName)
Undocumented in source.

Properties

dup
INBTItem dup [@property getter]
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
name
string name [@property setter]
Undocumented in source.
size
int size [@property getter]
Undocumented in source.
type
NBTType type [@property getter]
Undocumented in source.
value
T value [@property getter]
Undocumented in source.
value
T value [@property setter]
Undocumented in source.

Meta