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(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
saveHeader
void saveHeader(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta