Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cHeiGenCache::sCacheData Struct Reference

#include <HeiGen.h>

Collaboration diagram for cHeiGenCache::sCacheData:
Collaboration graph
[legend]

Public Member Functions

 sCacheData ()
 Default constructor: Fill in bogus coords, so that the item is not used until properly calculated. More...
 

Public Attributes

cChunkCoords m_Coords
 
cChunkDef::HeightMap m_HeightMap
 

Detailed Description

Definition at line 41 of file HeiGen.h.

Constructor & Destructor Documentation

◆ sCacheData()

cHeiGenCache::sCacheData::sCacheData ( )
inline

Default constructor: Fill in bogus coords, so that the item is not used until properly calculated.

Definition at line 47 of file HeiGen.h.

Member Data Documentation

◆ m_Coords

cChunkCoords cHeiGenCache::sCacheData::m_Coords

Definition at line 43 of file HeiGen.h.

◆ m_HeightMap

cChunkDef::HeightMap cHeiGenCache::sCacheData::m_HeightMap

Definition at line 44 of file HeiGen.h.


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