voxelman.world.storage.chunkmanager

Members

Classes

ChunkManager
class ChunkManager
Undocumented in source.

Enums

WriteBufferPolicy
enum WriteBufferPolicy
Undocumented in source.

Functions

getSnapWithAdjacent
ChunkSnapWithAdjacent getSnapWithAdjacent(ChunkManager cm, ChunkWorldPos cwp, ubyte layer)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

Flag (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
No (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
Yes (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.

Manifest constants

ZERO_CWP
enum ZERO_CWP;
Undocumented in source.

Structs

ChunkSnapWithAdjacent
struct ChunkSnapWithAdjacent
Undocumented in source.

Meta

Authors

Andrey Penechko.