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

Go to the source code of this file.

Classes

class  cBlockArea
 
class  cBlockArea::cChunkReader
 

Typedefs

using cBlockEntityCallback = cFunctionRef< bool(cBlockEntity &)>
 

Typedef Documentation

◆ cBlockEntityCallback

Definition at line 31 of file BlockArea.h.