Cuberite
A lightweight, fast and extensible game server for Minecraft
Functions
TwoHeights.h File Reference
#include "ComposableGenerator.h"
Include dependency graph for TwoHeights.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::unique_ptr< cTerrainShapeGenCreateShapeGenTwoHeights (int a_Seed, cBiomeGen &a_BiomeGen)
 Creates and returns a new instance of the cTwoHeights terrain shape generator. More...
 

Function Documentation

◆ CreateShapeGenTwoHeights()

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.