LeviLamina
Loading...
Searching...
No Matches
IScriptItemCustomComponentRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
12namespace ScriptModuleMinecraft { class ScriptItemCustomComponentInterface; }
13namespace ScriptModuleMinecraft { struct ScriptCustomComponentInvalidRegistryError; }
14namespace ScriptModuleMinecraft { struct ScriptItemCustomComponentAlreadyRegisteredError; }
15namespace ScriptModuleMinecraft { struct ScriptItemCustomComponentReloadNewComponentError; }
16namespace ScriptModuleMinecraft { struct ScriptItemCustomComponentReloadNewEventError; }
17namespace ScriptModuleMinecraft { struct ScriptItemCustomComponentReloadVersionError; }
18namespace cereal { struct ReflectionCtx; }
19// clang-format on
20
21namespace ScriptModuleMinecraft {
22
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~IScriptItemCustomComponentRegistry() = default;
29
30 // vIndex: 1
31 virtual ::Scripting::Result<
32 void,
39
40 // vIndex: 2
41 virtual ::Scripting::Result<
42 void,
49
50 // vIndex: 3
51 virtual void onReload() = 0;
52
53 // vIndex: 4
54 virtual void onScriptInitializationComplete() = 0;
55
56 // vIndex: 5
57 virtual void onScriptModuleStartupComplete() = 0;
58
59 // vIndex: 6
60 virtual ::ScriptDeferredEventListener& getEventListener() = 0;
61
62 // vIndex: 7
63 virtual void setCerealContext(::cereal::ReflectionCtx&);
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69
70 // NOLINTEND
71
72public:
73 // virtual function thunks
74 // NOLINTBEGIN
75
76 // NOLINTEND
77};
78
79} // namespace ScriptModuleMinecraft
Definition HashedString.h:5
Definition ScriptDeferredEventListener.h:10
Definition IScriptItemCustomComponentRegistry.h:23
Definition ScriptItemCustomComponentInterface.h:15
Definition ScriptCustomComponentInvalidRegistryError.h:17
Definition ScriptItemCustomComponentAlreadyRegisteredError.h:15
Definition ScriptItemCustomComponentReloadNewComponentError.h:15
Definition ScriptItemCustomComponentReloadNewEventError.h:15
Definition ScriptItemCustomComponentReloadVersionError.h:16
Definition ReflectionCtx.h:11