![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "ChunkDataSerializer.h"
#include "zlib/zlib.h"
#include "Protocol_1_8.h"
#include "Protocol_1_9.h"
#include "../ByteBuffer.h"
Go to the source code of this file.
Functions | |
template<class Func > | |
void | ForEachSection (const cChunkData &a_Data, Func a_Func) |
Calls the given function with every present chunk section. More... | |
void ForEachSection | ( | const cChunkData & | a_Data, |
Func | a_Func | ||
) |
Calls the given function with every present chunk section.
Definition at line 14 of file ChunkDataSerializer.cpp.