Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <map>
#include <functional>
Go to the source code of this file.
Classes | |
class | BlockTypeRegistry::AlreadyRegisteredException |
The exception thrown from BlockTypeRegistry::registerBlockType() if the same block type is being registered from a different plugin. More... | |
class | BlockInfo |
Complete information about a single block type. More... | |
class | BlockTypeRegistry |
Stores information on all known block types. More... | |
class | BlockTypeRegistry::NotRegisteredException |
The exception thrown from BlockTypeRegistry::setBlockTypeHint() if the block type has not been registered before. More... | |