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

Go to the source code of this file.

Classes

class  cChunkMap
 

Typedefs

using cBlockEntityCallback = cFunctionRef< bool(cBlockEntity &)>
 
using cChunkCallback = cFunctionRef< bool(cChunk &)>
 
using cEntityCallback = cFunctionRef< bool(cEntity &)>
 

Typedef Documentation

◆ cBlockEntityCallback

Definition at line 31 of file ChunkMap.h.

◆ cChunkCallback

Definition at line 29 of file ChunkMap.h.

◆ cEntityCallback

Definition at line 30 of file ChunkMap.h.