Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for BlockTypeRegistry, including all inherited members.
blockInfo(const AString &aBlockTypeName) | BlockTypeRegistry | |
BlockTypeRegistry()=default | BlockTypeRegistry | |
m_CSRegistry | BlockTypeRegistry | private |
m_Registry | BlockTypeRegistry | private |
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 |