#include <FinishGen.h>
|
virtual void | GenFinish (cChunkDesc &a_ChunkDesc) override |
|
bool | TryAddCactus (cChunkDesc &a_ChunkDesc, int a_RelX, HEIGHTTYPE &a_RelY, int a_RelZ) |
| Tries to place cactus at the coords specified, returns true if successful, updates the top variable (hence the & a_RefY) More...
|
|
bool | TryAddSugarcane (cChunkDesc &a_ChunkDesc, int a_RelX, HEIGHTTYPE &a_RelY, int a_RelZ) |
| Tries to place sugarcane at the coords specified, returns true if successful, updates the top variable (hence the & a_RefY) More...
|
|
Definition at line 236 of file FinishGen.h.
◆ cFinishGenSprinkleFoliage()
cFinishGenSprinkleFoliage::cFinishGenSprinkleFoliage |
( |
int |
a_Seed, |
|
|
int |
a_MaxCactusHeight, |
|
|
int |
a_MaxSugarcaneHeight |
|
) |
| |
|
inline |
◆ GenFinish()
void cFinishGenSprinkleFoliage::GenFinish |
( |
cChunkDesc & |
a_ChunkDesc | ) |
|
|
overrideprotectedvirtual |
◆ IsDesertVariant()
bool cFinishGenSprinkleFoliage::IsDesertVariant |
( |
EMCSBiome |
a_biome | ) |
|
|
staticprotected |
◆ TryAddCactus()
bool cFinishGenSprinkleFoliage::TryAddCactus |
( |
cChunkDesc & |
a_ChunkDesc, |
|
|
int |
a_RelX, |
|
|
HEIGHTTYPE & |
a_RelY, |
|
|
int |
a_RelZ |
|
) |
| |
|
protected |
Tries to place cactus at the coords specified, returns true if successful, updates the top variable (hence the & a_RefY)
Definition at line 836 of file FinishGen.cpp.
◆ TryAddSugarcane()
bool cFinishGenSprinkleFoliage::TryAddSugarcane |
( |
cChunkDesc & |
a_ChunkDesc, |
|
|
int |
a_RelX, |
|
|
HEIGHTTYPE & |
a_RelY, |
|
|
int |
a_RelZ |
|
) |
| |
|
protected |
Tries to place sugarcane at the coords specified, returns true if successful, updates the top variable (hence the & a_RefY)
Definition at line 885 of file FinishGen.cpp.
◆ m_MaxCactusHeight
int cFinishGenSprinkleFoliage::m_MaxCactusHeight |
|
protected |
◆ m_MaxSugarcaneHeight
int cFinishGenSprinkleFoliage::m_MaxSugarcaneHeight |
|
protected |
◆ m_Noise
cNoise cFinishGenSprinkleFoliage::m_Noise |
|
protected |
◆ m_Seed
int cFinishGenSprinkleFoliage::m_Seed |
|
protected |
The documentation for this class was generated from the following files: