LeviLamina
Loading...
Searching...
No Matches
ActorBubbleColumnStateSystem.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
// clang-format on
12
13
class
ActorBubbleColumnStateSystem
:
public
::ITickingSystem
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
#ifdef LL_PLAT_S
18
virtual
void
tick(
::EntityRegistry
&)
/*override*/
;
19
#else
// LL_PLAT_C
20
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
21
#endif
22
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
#ifdef LL_PLAT_C
29
MCAPI
void
$tick(
::EntityRegistry
& registry);
30
#endif
31
32
33
// NOLINTEND
34
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCNAPI
static
void
**
$vftable
();
39
// NOLINTEND
40
};
ActorBubbleColumnStateSystem
Definition
ActorBubbleColumnStateSystem.h:13
ActorBubbleColumnStateSystem::$vftable
static MCAPI void ** $vftable()
EntityRegistry
Definition
EntityRegistry.h:11
ITickingSystem
Definition
ITickingSystem.h:15
src
mc
entity
systems
ActorBubbleColumnStateSystem.h
Generated on
for LeviLamina by
1.16.1