- 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.