Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "BlockType.h"
#include "ForEachChunkProvider.h"
#include "ChunkDataCallback.h"
#include "Cuboid.h"
#include "FunctionRef.h"
#include "BlockEntities/BlockEntity.h"
Go to the source code of this file.
Classes | |
class | cBlockArea |
class | cBlockArea::cChunkReader |
Typedefs | |
using | cBlockEntityCallback = cFunctionRef< bool(cBlockEntity &)> |
using cBlockEntityCallback = cFunctionRef<bool(cBlockEntity &)> |
Definition at line 31 of file BlockArea.h.