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

Go to the source code of this file.

Classes

class  cWorldInterface
 

Typedefs

using cBedCallback = cFunctionRef< bool(cBedEntity &)>
 
using cBlockEntityCallback = cFunctionRef< bool(cBlockEntity &)>
 
using cEntityCallback = cFunctionRef< bool(cEntity &)>
 
using cPlayerListCallback = cFunctionRef< bool(cPlayer &)>
 

Typedef Documentation

Definition at line 13 of file WorldInterface.h.

Definition at line 14 of file WorldInterface.h.

Definition at line 16 of file WorldInterface.h.

Definition at line 15 of file WorldInterface.h.