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

#include <FinishGen.h>

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

Public Member Functions

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

Protected Member Functions

virtual void GenFinish (cChunkDesc &a_ChunkDesc) override
 
void TryPlaceGlowstone (cChunkDesc &a_ChunkDesc, int a_RelX, int a_RelY, int a_RelZ, int a_Size, int a_NumStrings)
 

Protected Attributes

cNoise m_Noise
 
int m_Seed
 

Detailed Description

Definition at line 149 of file FinishGen.h.

Constructor & Destructor Documentation

◆ cFinishGenGlowStone()

cFinishGenGlowStone::cFinishGenGlowStone ( int  a_Seed)
inline

Definition at line 153 of file FinishGen.h.

Member Function Documentation

◆ GenFinish()

void cFinishGenGlowStone::GenFinish ( cChunkDesc a_ChunkDesc)
overrideprotectedvirtual

Implements cFinishGen.

Definition at line 409 of file FinishGen.cpp.

◆ TryPlaceGlowstone()

void cFinishGenGlowStone::TryPlaceGlowstone ( cChunkDesc a_ChunkDesc,
int  a_RelX,
int  a_RelY,
int  a_RelZ,
int  a_Size,
int  a_NumStrings 
)
protected

Definition at line 457 of file FinishGen.cpp.

Member Data Documentation

◆ m_Noise

cNoise cFinishGenGlowStone::m_Noise
protected

Definition at line 160 of file FinishGen.h.

◆ m_Seed

int cFinishGenGlowStone::m_Seed
protected

Definition at line 161 of file FinishGen.h.


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