LeviLamina
|
This is the complete list of members for ll::command::CommandRegistrar, including all inherited members.
addEnumValues(std::string const &name, std::vector< std::pair< std::string, uint64 > > values, Bedrock::typeid_t< CommandRegistry > type) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
addRuntimeEnumValues(std::string const &name, std::vector< std::pair< std::string, uint64 > > values) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
addSoftEnumValues(std::string const &name, std::vector< std::string > values) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
clear() (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
getInstance() (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | static |
getOrCreateCommand(std::string const &name, std::string const &description={}, CommandPermissionLevel requirement=CommandPermissionLevel::Any, CommandFlag flag=CommandFlagValue::NotCheat, std::weak_ptr< mod::Mod > mod=mod::NativeMod::current()) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
hasEnum(std::string const &name) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
hasSoftEnum(std::string const &name) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
removeSoftEnumValues(std::string const &name, std::vector< std::string > values) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
setSoftEnumValues(std::string const &name, std::vector< std::string > values) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
tryRegisterEnum(std::string const &name, std::vector< std::pair< std::string, uint64 > > values, Bedrock::typeid_t< CommandRegistry > type, CommandRegistry::ParseFunction parser) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
tryRegisterEnum() (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | inline |
tryRegisterRuntimeEnum(std::string const &name, std::vector< std::pair< std::string, uint64 > > values) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
tryRegisterRuntimeEnum() (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | inline |
tryRegisterSoftEnum(std::string const &name, std::vector< std::string > values) (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | |
tryRegisterSoftEnum() (defined in ll::command::CommandRegistrar) | ll::command::CommandRegistrar | inline |