Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Namespaces | Typedefs
Root.h File Reference
#include "Defines.h"
#include "FunctionRef.h"
#include "HTTP/HTTPServer.h"
#include "Protocol/Authenticator.h"
#include "Protocol/MojangAPI.h"
#include "RankManager.h"
#include "ChunkDef.h"
Include dependency graph for Root.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cRoot
 The root of the object hierarchy. More...
 

Namespaces

 Json
 

Typedefs

using cPlayerListCallback = cFunctionRef< bool(cPlayer &)>
 
using cWorldListCallback = cFunctionRef< bool(cWorld &)>
 

Typedef Documentation

◆ cPlayerListCallback

Definition at line 35 of file Root.h.

◆ cWorldListCallback

Definition at line 36 of file Root.h.