Cuberite
A lightweight, fast and extensible game server for Minecraft
src
Generating
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);
ComposableGenerator.h
CreateShapeGenTwoHeights
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
cBiomeGen
The interface that a biome generator must implement A biome generator takes chunk coords on input and...
Definition:
ComposableGenerator.h:43
Generated on Fri Oct 25 2024 05:01:10 for Cuberite by
1.9.1