Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Protected Attributes | List of all members
cBioGenProtGrown Class Reference
Inheritance diagram for cBioGenProtGrown:
Inheritance graph
[legend]
Collaboration diagram for cBioGenProtGrown:
Collaboration graph
[legend]

Public Member Functions

 cBioGenProtGrown (int a_Seed)
 
virtual void GenBiomes (cChunkCoords a_ChunkCoords, cChunkDef::BiomeMap &a_Biomes) override
 Generates biomes for the given chunk. More...
 
- Public Member Functions inherited from cBiomeGen
virtual void InitializeBiomeGen (cIniFile &a_IniFile)
 Reads parameters from the ini file, prepares generator for use. More...
 
virtual ~cBiomeGen ()
 

Protected Attributes

std::shared_ptr< cProtIntGenm_Gen
 

Additional Inherited Members

- Static Public Member Functions inherited from cBiomeGen
static std::unique_ptr< cBiomeGenCreateBiomeGen (cIniFile &a_IniFile, int a_Seed, bool &a_CacheOffByDefault)
 Creates the correct BiomeGen descendant based on the ini file settings. More...
 

Detailed Description

Definition at line 1032 of file BioGen.cpp.

Constructor & Destructor Documentation

◆ cBioGenProtGrown()

cBioGenProtGrown::cBioGenProtGrown ( int  a_Seed)
inline

Definition at line 1036 of file BioGen.cpp.

Member Function Documentation

◆ GenBiomes()

virtual void cBioGenProtGrown::GenBiomes ( cChunkCoords  a_ChunkCoords,
cChunkDef::BiomeMap a_BiomeMap 
)
inlineoverridevirtual

Generates biomes for the given chunk.

Implements cBiomeGen.

Definition at line 1112 of file BioGen.cpp.

Member Data Documentation

◆ m_Gen

std::shared_ptr<cProtIntGen> cBioGenProtGrown::m_Gen
protected

Definition at line 1126 of file BioGen.cpp.


The documentation for this class was generated from the following file: