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

Go to the source code of this file.

Classes

class  cPluginManager::cCommandEnumCallback
 Used as a callback for enumerating bound commands. More...
 
class  cPluginManager::cCommandHandler
 Interface that must be provided by any class that implements a command handler, either in-game or console command. More...
 
class  cPluginManager::cCommandReg
 
class  cPluginManager
 

Typedefs

typedef std::shared_ptr< cPlugincPluginPtr
 
typedef std::vector< cPluginPtrcPluginPtrs
 

Typedef Documentation

◆ cPluginPtr

typedef std::shared_ptr<cPlugin> cPluginPtr

Definition at line 36 of file PluginManager.h.

◆ cPluginPtrs

typedef std::vector<cPluginPtr> cPluginPtrs

Definition at line 37 of file PluginManager.h.