23class ScriptCustomCommandRegistry {
27 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::CustomCommandRegistry&> mCustomCommandRegistry;
32 ScriptCustomCommandRegistry& operator=(ScriptCustomCommandRegistry
const&);
33 ScriptCustomCommandRegistry(ScriptCustomCommandRegistry
const&);
34 ScriptCustomCommandRegistry();
39 MCAPI ::Scripting::Result<
50 MCAPI ::Scripting::Result<
57 ::std::string
const& name,
58 ::std::vector<::std::string>
const& values
65 MCAPI static ::Scripting::ClassBinding bind();
Definition ContextConfig.h:20