13class CommandSoftEnumRegistry {
17 ::ll::TypedStorage<8, 8, ::CommandRegistry*> mRegistry;
22 CommandSoftEnumRegistry();
30 updateSoftEnum(::SoftEnumUpdateType type, ::std::string
const& enumName, ::std::vector<::std::string> values);
32 MCAPI ~CommandSoftEnumRegistry();