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 42 of file HeiGen.h.

Constructor & Destructor Documentation

cHeiGenCache::sCacheData::sCacheData ( )
inline

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

Definition at line 48 of file HeiGen.h.

Member Data Documentation

cChunkCoords cHeiGenCache::sCacheData::m_Coords

Definition at line 44 of file HeiGen.h.

cChunkDef::HeightMap cHeiGenCache::sCacheData::m_HeightMap

Definition at line 45 of file HeiGen.h.


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