![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
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< cPlugin > | cPluginPtr |
typedef std::vector< cPluginPtr > | cPluginPtrs |
typedef std::shared_ptr<cPlugin> cPluginPtr |
Definition at line 36 of file PluginManager.h.
typedef std::vector<cPluginPtr> cPluginPtrs |
Definition at line 37 of file PluginManager.h.