sel-nbt v2.0.4 (2017-08-08T14:19:41Z)
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
(ubyte[] data);
void
saveHeader
(ubyte[] data);
}
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
Source
See Implementation
sel
nbt
file
aliases
MinecraftLevelFormat
classes
Format
PocketLevelFormat
enums
Compression