Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "FunctionRef.h"
Go to the source code of this file.
Classes | |
class | cObjective |
class | cScoreboard |
class | cTeam |
Typedefs | |
using | cObjectiveCallback = cFunctionRef< bool(cObjective &)> |
using | cTeamCallback = cFunctionRef< bool(cTeam &)> |
using cObjectiveCallback = cFunctionRef<bool(cObjective &)> |
Definition at line 21 of file Scoreboard.h.
using cTeamCallback = cFunctionRef<bool(cTeam &)> |
Definition at line 22 of file Scoreboard.h.