Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "../ByteBuffer.h"
#include "../ChunkData.h"
#include "../Defines.h"
#include "CircularBufferCompressor.h"
#include "StringCompression.h"
Go to the source code of this file.
Classes | |
class | cChunkDataSerializer |
Serializes one chunk's data to (possibly multiple) protocol versions. More... | |
struct | cChunkDataSerializer::ChunkDataCache |
A single cache entry containing the raw data, compressed data, and a validity flag. More... | |