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

#include <CompoGen.h>

Public Attributes

cChunkDesc::BlockNibbleBytes m_BlockMetas
 
cChunkDef::BlockTypes m_BlockTypes
 
int m_ChunkX
 
int m_ChunkZ
 
cChunkDef::HeightMap m_HeightMap
 

Detailed Description

Definition at line 129 of file CompoGen.h.

Member Data Documentation

◆ m_BlockMetas

cChunkDesc::BlockNibbleBytes cCompoGenCache::sCacheData::m_BlockMetas

Definition at line 134 of file CompoGen.h.

◆ m_BlockTypes

cChunkDef::BlockTypes cCompoGenCache::sCacheData::m_BlockTypes

Definition at line 133 of file CompoGen.h.

◆ m_ChunkX

int cCompoGenCache::sCacheData::m_ChunkX

Definition at line 131 of file CompoGen.h.

◆ m_ChunkZ

int cCompoGenCache::sCacheData::m_ChunkZ

Definition at line 132 of file CompoGen.h.

◆ m_HeightMap

cChunkDef::HeightMap cCompoGenCache::sCacheData::m_HeightMap

Definition at line 135 of file CompoGen.h.


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