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
10
struct
ServerScriptManagerEvents
;
11
namespace
SharedTypes {
class
DynamicValueComplexityConstraint
; }
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
class
ScriptCustomComponentRegistry :
public
::ScriptModuleMinecraft::ScriptServerStateMonitor
{
17
public
:
18
// prevent constructor by default
19
ScriptCustomComponentRegistry();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI
explicit
ScriptCustomComponentRegistry(
::ServerScriptManagerEvents
& events);
25
// NOLINTEND
26
27
public
:
28
// static functions
29
// NOLINTBEGIN
30
MCAPI static ::SharedTypes::DynamicValueComplexityConstraint makeJsonParametersConstraint();
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(
::ServerScriptManagerEvents
& events);
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftable
();
43
// NOLINTEND
44
};
45
46
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptCustomComponentRegistry::$vftable
static MCAPI void ** $vftable()
ScriptModuleMinecraft::ScriptServerStateMonitor
Definition
ScriptServerStateMonitor.h:16
SharedTypes::DynamicValueComplexityConstraint
Definition
DynamicValueComplexityConstraint.h:19
ServerScriptManagerEvents
Definition
ServerScriptManagerEvents.h:13
src
mc
scripting
modules
minecraft
ScriptCustomComponentRegistry.h
Generated on
for LeviLamina by
1.16.1