![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Defines.h"
#include "FunctionRef.h"
#include "HTTP/HTTPServer.h"
#include "Protocol/Authenticator.h"
#include "Protocol/MojangAPI.h"
#include "RankManager.h"
#include "ChunkDef.h"
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 &)> |
using cPlayerListCallback = cFunctionRef<bool(cPlayer &)> |
using cWorldListCallback = cFunctionRef<bool(cWorld &)> |