LeviLamina
Loading...
Searching...
No Matches
MolangUpdateSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityRegistry
;
11
class
IClientInstance
;
12
// clang-format on
13
14
class
MolangUpdateSystem
:
public
::ITickingSystem
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::IClientInstance&> mClientInstance;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
MolangUpdateSystem
& operator=(
MolangUpdateSystem
const
&);
24
MolangUpdateSystem
(
MolangUpdateSystem
const
&);
25
MolangUpdateSystem
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 2
31
virtual
void
tick(
::EntityRegistry
&)
/*override*/
;
32
33
// vIndex: 0
34
virtual
~MolangUpdateSystem
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
EntityRegistry
Definition
EntityRegistry.h:11
IClientInstance
Definition
IClientInstance.h:184
ITickingSystem
Definition
ITickingSystem.h:15
MolangUpdateSystem
Definition
MolangUpdateSystem.h:14
src
mc
util
MolangUpdateSystem.h
Generated on Fri Jun 13 2025 05:04:55 for LeviLamina by
1.12.0