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

#include <Caves.h>

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

Public Member Functions

 cStructGenDualRidgeCaves (int a_Seed, float a_Threshold)
 
- Public Member Functions inherited from cFinishGen
virtual ~cFinishGen ()
 

Protected Member Functions

virtual void GenFinish (cChunkDesc &a_ChunkDesc) override
 

Protected Attributes

cNoise m_Noise1
 
cNoise m_Noise2
 
int m_Seed
 
float m_Threshold
 

Detailed Description

Definition at line 39 of file Caves.h.

Constructor & Destructor Documentation

◆ cStructGenDualRidgeCaves()

cStructGenDualRidgeCaves::cStructGenDualRidgeCaves ( int  a_Seed,
float  a_Threshold 
)
inline

Definition at line 43 of file Caves.h.

Member Function Documentation

◆ GenFinish()

void cStructGenDualRidgeCaves::GenFinish ( cChunkDesc a_ChunkDesc)
overrideprotectedvirtual

Implements cFinishGen.

Definition at line 766 of file Caves.cpp.

Member Data Documentation

◆ m_Noise1

cNoise cStructGenDualRidgeCaves::m_Noise1
protected

Definition at line 52 of file Caves.h.

◆ m_Noise2

cNoise cStructGenDualRidgeCaves::m_Noise2
protected

Definition at line 53 of file Caves.h.

◆ m_Seed

int cStructGenDualRidgeCaves::m_Seed
protected

Definition at line 54 of file Caves.h.

◆ m_Threshold

float cStructGenDualRidgeCaves::m_Threshold
protected

Definition at line 55 of file Caves.h.


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