Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "ComposableGenerator.h"
Go to the source code of this file.
Functions | |
std::unique_ptr< cTerrainShapeGen > | CreateShapeGenTwoHeights (int a_Seed, cBiomeGen &a_BiomeGen) |
Creates and returns a new instance of the cTwoHeights terrain shape generator. More... | |
std::unique_ptr<cTerrainShapeGen> CreateShapeGenTwoHeights | ( | int | a_Seed, |
cBiomeGen & | a_BiomeGen | ||
) |
Creates and returns a new instance of the cTwoHeights terrain shape generator.
The instance must be Initialize()-d before it is used.
Definition at line 116 of file TwoHeights.cpp.