Cuberite
A lightweight, fast and extensible game server for Minecraft
TwoHeights.h
Go to the documentation of this file.
1 
2 // TwoHeights.h
3 
4 // Declares the function to create a new instance of the cTwoHeights terrain shape generator
5 
6 
7 
8 
9 
10 #pragma once
11 
12 #include "ComposableGenerator.h"
13 
14 
15 
16 
19 extern std::unique_ptr<cTerrainShapeGen> CreateShapeGenTwoHeights(int a_Seed, cBiomeGen & a_BiomeGen);
std::unique_ptr< cTerrainShapeGen > CreateShapeGenTwoHeights(int a_Seed, cBiomeGen &a_BiomeGen)
Creates and returns a new instance of the cTwoHeights terrain shape generator.
Definition: TwoHeights.cpp:116
The interface that a biome generator must implement A biome generator takes chunk coords on input and...