dminer.core.generators

Undocumented in source.

Members

Functions

initWorldTerrain
void initWorldTerrain(World world, int terrSizeBits, int x0, int z0)
Undocumented in source. Be warned that the author may not have intended to support it.
makeCastle
void makeCastle(World world, Vector3d start, int size, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
makeCastleWall
void makeCastleWall(World world, Vector3d start, Vector3d direction, int height, int length, int width, cell_t material)
Undocumented in source. Be warned that the author may not have intended to support it.
makeCastleWalls
void makeCastleWalls(World world, Vector3d start, int size, int height, int width, cell_t material)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareCastleBase
void prepareCastleBase(World world, Vector3d start, int size)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

TERRAIN_INIT_DATA
short[] TERRAIN_INIT_DATA;
Undocumented in source.
TERRAIN_SCALE_DATA
short[] TERRAIN_SCALE_DATA;
Undocumented in source.

Meta