LeviLamina
Loading...
Searching...
No Matches
ScriptCustomComponentRegistry.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ScriptModuleMinecraft {
6
7
class
ScriptCustomComponentRegistry
{
8
public
:
9
// ScriptCustomComponentRegistry inner types define
10
enum class
State :
int
{
11
PreInit = 0,
12
ScriptLoaded = 1,
13
Finalized = 2,
14
ReloadingPreInit = 3,
15
ReloadingScriptLoaded = 4,
16
};
17
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<4, 4>
mUnka41faa;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ScriptCustomComponentRegistry
& operator=(
ScriptCustomComponentRegistry
const
&);
27
ScriptCustomComponentRegistry
(
ScriptCustomComponentRegistry
const
&);
28
ScriptCustomComponentRegistry
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 0
34
virtual
~ScriptCustomComponentRegistry
() =
default
;
35
36
// vIndex: 1
37
virtual
void
_onReload() = 0;
38
39
// vIndex: 2
40
virtual
void
_onScriptInitializationComplete() = 0;
41
42
// vIndex: 3
43
virtual
void
_onScriptModuleStartupComplete();
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCFOLD
void
$_onScriptModuleStartupComplete();
56
// NOLINTEND
57
};
58
59
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptCustomComponentRegistry
Definition
ScriptCustomComponentRegistry.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
minecraft
ScriptCustomComponentRegistry.h
Generated on Sat Apr 26 2025 05:55:54 for LeviLamina by
1.12.0