Cuberite
A lightweight, fast and extensible game server for Minecraft
|
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 &)> |
using cBedCallback = cFunctionRef<bool(cBedEntity &)> |
Definition at line 13 of file WorldInterface.h.
using cBlockEntityCallback = cFunctionRef<bool(cBlockEntity &)> |
Definition at line 14 of file WorldInterface.h.
using cEntityCallback = cFunctionRef<bool(cEntity &)> |
Definition at line 16 of file WorldInterface.h.
using cPlayerListCallback = cFunctionRef<bool(cPlayer &)> |
Definition at line 15 of file WorldInterface.h.