3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/runtime/Result.h"
10namespace ScriptModuleMinecraft {
class ScriptBlockCustomComponentInterface; }
11namespace ScriptModuleMinecraft {
struct ScriptBlockCustomComponentAlreadyRegisteredError; }
12namespace ScriptModuleMinecraft {
struct ScriptBlockCustomComponentReloadNewComponentError; }
13namespace ScriptModuleMinecraft {
struct ScriptBlockCustomComponentReloadNewEventError; }
14namespace ScriptModuleMinecraft {
struct ScriptBlockCustomComponentReloadVersionError; }
15namespace ScriptModuleMinecraft {
struct ScriptCustomComponentInvalidRegistryError; }
16namespace ScriptModuleMinecraft {
struct ScriptCustomComponentNameError; }
17namespace ScriptModuleMinecraft {
struct ScriptNamespaceNameError; }
18namespace Scripting {
class WeakLifetimeScope; }
19namespace Scripting {
struct ClassBinding; }
20namespace Scripting {
struct EngineError; }
23namespace ScriptModuleMinecraft {
41 MCAPI ::Scripting::Result<
50 registerCustomComponent(
52 ::std::string
const& compName,
56 MCAPI ::Scripting::Result<
65 registerCustomComponentV1(
67 ::std::string
const& compName,
75 MCAPI static ::Scripting::ClassBinding bind();
Definition ScriptBlockComponentRegistry.h:25
Definition ScriptBlockCustomComponentInterface.h:10
Definition WeakLifetimeScope.h:12
Definition ScriptBlockCustomComponentAlreadyRegisteredError.h:15
Definition ScriptBlockCustomComponentReloadNewComponentError.h:15
Definition ScriptBlockCustomComponentReloadNewEventError.h:15
Definition ScriptBlockCustomComponentReloadVersionError.h:15
Definition ScriptCustomComponentInvalidRegistryError.h:17
Definition ScriptCustomComponentNameError.h:19
Definition ScriptNamespaceNameError.h:18
Definition EngineError.h:10