LeviLamina
Loading...
Searching...
No Matches
FallingBlockNormalTickSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/ViewT.h"
7
#include "mc/deps/ecs/strict/Include.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorOwnerComponent
;
12
class
ITickDelegate
;
13
class
StrictEntityContext
;
14
struct
FallingBlockFlagComponent
;
15
struct
InterpolateMovementNeededComponent
;
16
struct
TickingSystemWithInfo
;
17
// clang-format on
18
19
class
FallingBlockNormalTickSystem
{
20
public
:
21
// FallingBlockNormalTickSystem inner types define
22
using
SystemView =
::ViewT
<
23
::StrictEntityContext
,
24
::Include<::InterpolateMovementNeededComponent, ::FallingBlockFlagComponent>
,
25
::ActorOwnerComponent
>;
26
27
public
:
28
// static functions
29
// NOLINTBEGIN
30
MCAPI
static
void
_doFallingBlockNormalTickSystem(
31
::StrictEntityContext
const
& actorOwnerComponent,
32
::ActorOwnerComponent
& onLand,
33
::ITickDelegate
&
34
);
35
36
MCAPI
static
void
_tickFallingBlockNormalTickSystem(
37
::ViewT
<
38
::StrictEntityContext
,
39
::Include<::InterpolateMovementNeededComponent, ::FallingBlockFlagComponent>
,
40
::ActorOwnerComponent
> view
41
);
42
43
MCAPI static ::TickingSystemWithInfo createSystem();
44
// NOLINTEND
45
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
FallingBlockNormalTickSystem
Definition
FallingBlockNormalTickSystem.h:19
ITickDelegate
Definition
ITickDelegate.h:13
StrictEntityContext
Definition
StrictEntityContext.h:14
ViewT
Definition
ViewT.h:6
FallingBlockFlagComponent
Definition
FallingBlockFlagComponent.h:5
Include
Definition
Include.h:6
InterpolateMovementNeededComponent
Definition
InterpolateMovementNeededComponent.h:5
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
FallingBlockNormalTickSystem.h
Generated on
for LeviLamina by
1.16.1