|
LeviLamina
|
Classes | |
| struct | CommandData |
Public Types | |
| using | CommandMap |
| using | EnumNameValuesMap = ::std::unordered_map<::std::string, ::std::vector<::std::string>> |
| using | EnumValues = ::std::vector<::std::string> |
Public Member Functions | |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 8, 32, ::std::string > | mNamespace |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map<::std::string, ::std::vector<::std::string > > > | mEnums |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map< ::std::string, ::ScriptModuleMinecraft::CustomCommandRegistry::PendingRegistrations::CommandData > > | mCommands |
| using ScriptModuleMinecraft::CustomCommandRegistry::PendingRegistrations::CommandMap |