Cuberite
A lightweight, fast and extensible game server for Minecraft
|
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 &)> |
using cBlockEntityCallback = cFunctionRef<bool(cBlockEntity &)> |
Definition at line 31 of file ChunkMap.h.
using cChunkCallback = cFunctionRef<bool(cChunk &)> |
Definition at line 29 of file ChunkMap.h.
using cEntityCallback = cFunctionRef<bool(cEntity &)> |
Definition at line 30 of file ChunkMap.h.