Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes
BlockTypeRegistry.h File Reference
#include <map>
#include <functional>
Include dependency graph for BlockTypeRegistry.h:
This graph shows which files directly or indirectly include this file:

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...