PocketLevelFormat

Undocumented in source.
class PocketLevelFormat : Format!(Compound, ClassicStream!(Endian.littleEndian), Compression.none) {}

Constructors

this
this(string location, Compound tag)
Undocumented in source.
this
this(Compound tag, string location)
Undocumented in source.

Members

Functions

loadHeader
void loadHeader(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
saveHeader
void saveHeader(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta