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

#include <StructGen.h>

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

Public Member Functions

 cStructGenDirectOverhangs (int a_Seed)
 
- Public Member Functions inherited from cFinishGen
virtual ~cFinishGen ()
 

Protected Member Functions

virtual void GenFinish (cChunkDesc &a_ChunkDesc) override
 
bool HasWantedBiome (cChunkDesc &a_ChunkDesc) const
 

Protected Attributes

cNoise m_Noise1
 
cNoise m_Noise2
 

Detailed Description

Definition at line 111 of file StructGen.h.

Constructor & Destructor Documentation

◆ cStructGenDirectOverhangs()

cStructGenDirectOverhangs::cStructGenDirectOverhangs ( int  a_Seed)

Definition at line 423 of file StructGen.cpp.

Member Function Documentation

◆ GenFinish()

void cStructGenDirectOverhangs::GenFinish ( cChunkDesc a_ChunkDesc)
overrideprotectedvirtual

Implements cFinishGen.

Definition at line 433 of file StructGen.cpp.

◆ HasWantedBiome()

bool cStructGenDirectOverhangs::HasWantedBiome ( cChunkDesc a_ChunkDesc) const
protected

Definition at line 511 of file StructGen.cpp.

Member Data Documentation

◆ m_Noise1

cNoise cStructGenDirectOverhangs::m_Noise1
protected

Definition at line 118 of file StructGen.h.

◆ m_Noise2

cNoise cStructGenDirectOverhangs::m_Noise2
protected

Definition at line 119 of file StructGen.h.


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