Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes
ChunkDataCallback.h File Reference
#include "ChunkData.h"
Include dependency graph for ChunkDataCallback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cChunkDataArrayCollector
 A simple implementation of the cChunkDataCallback interface that collects all block data into a single buffer. More...
 
class  cChunkDataCopyCollector
 A simple implementation of the cChunkDataCallback interface that just copies the cChunkData. More...
 
class  cChunkDataSeparateCollector
 A simple implementation of the cChunkDataCallback interface that collects all block data into separate buffers. More...
 
struct  cChunkDataCopyCollector::MemCallbacks