sel-nbt ~master (2020-01-01T00:08:08Z)
Dub
Repo
PocketLevelFormat
sel
nbt
file
Undocumented in source.
class
PocketLevelFormat : Format!(Compound, ClassicStream!(Endian.littleEndian), Compression.none) {
this
(string location, Compound tag);
this
(Compound tag, string location);
void
loadHeader
(Buffer buffer);
void
saveHeader
(Buffer buffer);
}
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
Source
See Implementation
sel
nbt
file
aliases
JavaLevelFormat
classes
Format
PocketLevelFormat
enums
Compression