Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cFinishGenVines Class Reference

#include <FinishGen.h>

Inheritance diagram for cFinishGenVines:
Inheritance graph
[legend]
Collaboration diagram for cFinishGenVines:
Collaboration graph
[legend]

Public Member Functions

 cFinishGenVines (int a_Seed, int a_Level)
 
bool IsJungleVariant (EMCSBiome a_Biome)
 
- Public Member Functions inherited from cFinishGen
virtual ~cFinishGen ()
 

Protected Member Functions

virtual void GenFinish (cChunkDesc &a_ChunkDesc) override
 

Protected Attributes

int m_Level
 
cNoise m_Noise
 

Detailed Description

Definition at line 194 of file FinishGen.h.

Constructor & Destructor Documentation

◆ cFinishGenVines()

cFinishGenVines::cFinishGenVines ( int  a_Seed,
int  a_Level 
)
inline

Definition at line 198 of file FinishGen.h.

Member Function Documentation

◆ GenFinish()

void cFinishGenVines::GenFinish ( cChunkDesc a_ChunkDesc)
overrideprotectedvirtual

Implements cFinishGen.

Definition at line 763 of file FinishGen.cpp.

◆ IsJungleVariant()

bool cFinishGenVines::IsJungleVariant ( EMCSBiome  a_Biome)

Definition at line 740 of file FinishGen.cpp.

Member Data Documentation

◆ m_Level

int cFinishGenVines::m_Level
protected

Definition at line 208 of file FinishGen.h.

◆ m_Noise

cNoise cFinishGenVines::m_Noise
protected

Definition at line 207 of file FinishGen.h.


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