Cuberite
A lightweight, fast and extensible game server for Minecraft
BlockTypeRegistry Member List

This is the complete list of members for BlockTypeRegistry, including all inherited members.

blockInfo(const AString &aBlockTypeName)BlockTypeRegistry
BlockTypeRegistry()=defaultBlockTypeRegistry
m_CSRegistryBlockTypeRegistryprivate
m_RegistryBlockTypeRegistryprivate
registerBlockType(const AString &aPluginName, const AString &aBlockTypeName, std::shared_ptr< cBlockHandler > aHandler, const std::map< AString, AString > &aHints=std::map< AString, AString >(), const std::map< AString, BlockInfo::HintCallback > &aHintCallbacks=std::map< AString, BlockInfo::HintCallback >())BlockTypeRegistry
removeAllByPlugin(const AString &aPluginName)BlockTypeRegistry
removeBlockTypeHint(const AString &aBlockTypeName, const AString &aHintKey)BlockTypeRegistry
setBlockTypeHint(const AString &aBlockTypeName, const AString &aHintKey, const AString &aHintValue)BlockTypeRegistry