Generator2d

Undocumented in source.

Members

Functions

generateChunk
ChunkGeneratorResult generateChunk(svec3 cwp, BlockId[CHUNK_SIZE_CUBE] blocks)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

generateBlock
BlockId generateBlock(int blockY, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

heightmapCache
Cache!(svec2, HeightmapChunkData, 16) heightmapCache;
Undocumented in source.

Inherited Members

From IGenerator

generateChunk
ChunkGeneratorResult generateChunk(svec3 chunkOffset, BlockId[CHUNK_SIZE_CUBE] blocks)
Undocumented in source.

Meta