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
ActorMovementTickNeededComponent
;
15
struct
FallingBlockFlagComponent
;
16
struct
TickingSystemWithInfo
;
17
// clang-format on
18
19
class
FallingBlockNormalTickSystem
{
20
public
:
21
// static functions
22
// NOLINTBEGIN
23
MCAPI
static
void
_doFallingBlockNormalTickSystem(
24
::StrictEntityContext
const
&,
25
::ActorOwnerComponent
& actorOwnerComponent,
26
::ITickDelegate
& onLand
27
);
28
29
MCAPI
static
void
30
_tickFallingBlockNormalTickSystem(
::ViewT
<
31
::StrictEntityContext
,
32
::Include<::ActorMovementTickNeededComponent, ::FallingBlockFlagComponent>
,
33
::ActorOwnerComponent
> view);
34
35
MCAPI static ::TickingSystemWithInfo createSystem();
36
// NOLINTEND
37
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
FallingBlockNormalTickSystem
Definition
FallingBlockNormalTickSystem.h:19
ITickDelegate
Definition
ITickDelegate.h:13
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
FallingBlockFlagComponent
Definition
FallingBlockFlagComponent.h:5
Include
Definition
Include.h:6
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:11
src
mc
entity
systems
FallingBlockNormalTickSystem.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0