LeviLamina
Loading...
Searching...
No Matches
ScriptCustomComponentRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/ScriptServerStateMonitor.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace SharedTypes { class DynamicValueComplexityConstraint; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
16class ScriptCustomComponentRegistry : public ::ScriptModuleMinecraft::ScriptServerStateMonitor {
17public:
18 // prevent constructor by default
19 ScriptCustomComponentRegistry();
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI explicit ScriptCustomComponentRegistry(::ServerScriptManagerEvents& events);
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static ::SharedTypes::DynamicValueComplexityConstraint makeJsonParametersConstraint();
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::ServerScriptManagerEvents& events);
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace ScriptModuleMinecraft
Definition ScriptServerStateMonitor.h:16
Definition DynamicValueComplexityConstraint.h:19
Definition ServerScriptManagerEvents.h:13