LevelDB

Undocumented in source.

Constructors

this
this(string path)
Undocumented in source.

Members

Functions

readChunkImpl
Chunk readChunkImpl(Dimension dimension, Vector2!int position)
Undocumented in source. Be warned that the author may not have intended to support it.
readChunksImpl
ReadChunksResult readChunksImpl(Dimension dimension)
Undocumented in source. Be warned that the author may not have intended to support it.
readLevelInfo
LevelInfo readLevelInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLevelInfo
void writeLevelInfo(LevelInfo levelInfo)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Level

path
string path;
Undocumented in source.
chunks
Chunk[Vector2!int] chunks;
Undocumented in source.
levelInfo
LevelInfo levelInfo [@property getter]
levelInfo
LevelInfo levelInfo [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
reloadLevelInfo
void reloadLevelInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
readLevelInfo
LevelInfo readLevelInfo()
Undocumented in source.
writeLevelInfo
void writeLevelInfo(LevelInfo )
Undocumented in source.
readChunk
Chunk readChunk(Dimension dimension, Vector2!int position)
Chunk readChunk(Dimension dimension, int x, int z)
Chunk readChunk(Vector2!int position)
Chunk readChunk(int x, int z)

Reads the chunk at the given coordinates.

readChunkImpl
Chunk readChunkImpl(Dimension , Vector2!int )
Undocumented in source.
readChunks
ReadChunksResult readChunks(Dimension dimension)

Reads all chunks in the level.

readChunksImpl
ReadChunksResult readChunksImpl(Dimension )
Undocumented in source.

Meta