ChunkDiamondVisitor

Undocumented in source.

Members

Functions

init
void init(World world, int distance, ChunkVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
visitCell
void visitCell(VisitorCell* oldCell, int x, int y, int z, Dir direction)
Undocumented in source. Be warned that the author may not have intended to support it.
visitChunks
void visitChunks(Vector3d pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cells
Array3d!VisitorCell cells;
Undocumented in source.
maxDist
int maxDist;
Undocumented in source.
newcells
Vector3dArray newcells;
Undocumented in source.
oldcells
Vector3dArray oldcells;
Undocumented in source.
pos
Vector3d pos;
Undocumented in source.
visitor
ChunkVisitor visitor;
Undocumented in source.
world
World world;
Undocumented in source.

Meta