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

A simple implementation of the cChunkDataCallback interface that collects all block data into a single buffer. More...

#include <ChunkDataCallback.h>

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

Public Attributes

unsigned char m_BlockData [cChunkDef::BlockDataSize]
 

Protected Member Functions

virtual void ChunkData (const cChunkData &a_ChunkBuffer) override
 

Detailed Description

A simple implementation of the cChunkDataCallback interface that collects all block data into a single buffer.

Definition at line 56 of file ChunkDataCallback.h.

Member Function Documentation

virtual void cChunkDataArrayCollector::ChunkData ( const cChunkData a_ChunkBuffer)
inlineoverrideprotectedvirtual

Definition at line 66 of file ChunkDataCallback.h.

Member Data Documentation

unsigned char cChunkDataArrayCollector::m_BlockData[cChunkDef::BlockDataSize]

Definition at line 62 of file ChunkDataCallback.h.


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