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