Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "CompoGenBiomal.h"
#include "../IniFile.h"
#include "../Noise/Noise.h"
#include "../LinearUpscale.h"
Go to the source code of this file.
Classes | |
struct | cPattern::BlockInfo |
class | cCompoGenBiomal |
class | cPattern |
This class is used to store a column pattern initialized at runtime, so that the program doesn't need to explicitly set 256 values for each pattern Each pattern has 256 blocks so that there's no need to check pattern bounds when assigning the pattern - there will always be enough pattern left, even for the whole-chunk-height columns. More... | |
Functions | |
std::unique_ptr< cTerrainCompositionGen > | CreateCompoGenBiomal (int a_Seed) |
Returns a new instance of the Biomal composition generator. More... | |
Variables | |
static constexpr cPattern | patDirt |
static constexpr cPattern | patGrass |
static constexpr cPattern | patGrassLess |
static constexpr cPattern | patGravel |
static constexpr cPattern | patMycelium |
static constexpr cPattern | patOFClay |
static constexpr cPattern | patOFOrangeClay |
static constexpr cPattern | patOFSand |
static constexpr cPattern | patPodzol |
static constexpr cPattern | patSand |
static constexpr cPattern | patStone |
std::unique_ptr<cTerrainCompositionGen> CreateCompoGenBiomal | ( | int | a_Seed | ) |
Returns a new instance of the Biomal composition generator.
Definition at line 585 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 77 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 61 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 93 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 109 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 101 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 138 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 146 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 130 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 85 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 69 of file CompoGenBiomal.cpp.
|
staticconstexpr |
Definition at line 117 of file CompoGenBiomal.cpp.