Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Go to the source code of this file.
Classes | |
class | ChunkBlockData |
struct | ChunkDataStore< ElementType, ElementCount, DefaultValue > |
class | ChunkLightData |
Macros | |
#define | ChunkDef_ForEachSection(BlockData, LightData, Callback) |
Invokes the callback functor for every chunk section containing at least one present block or light section data. More... | |
#define ChunkDef_ForEachSection | ( | BlockData, | |
LightData, | |||
Callback | |||
) |
Invokes the callback functor for every chunk section containing at least one present block or light section data.
This is used to collect all data for all sections. In macro form to work around a Visual Studio 2017 ICE bug.
Definition at line 136 of file ChunkData.h.