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
MCNAPI
static
void
_doFallingBlockNormalTickSystem
(
24
::StrictEntityContext
const
&,
25
::ActorOwnerComponent
& actorOwnerComponent,
26
::ITickDelegate
& onLand
27
);
28
29
MCNAPI
static
void
_tickFallingBlockNormalTickSystem
(
30
::ViewT
<
31
::StrictEntityContext
,
32
::Include<::ActorMovementTickNeededComponent, ::FallingBlockFlagComponent>
,
33
::ActorOwnerComponent
> view
34
);
35
36
MCNAPI static ::TickingSystemWithInfo
createSystem
();
37
// NOLINTEND
38
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
FallingBlockNormalTickSystem
Definition
FallingBlockNormalTickSystem.h:19
FallingBlockNormalTickSystem::createSystem
static MCAPI ::TickingSystemWithInfo createSystem()
FallingBlockNormalTickSystem::_tickFallingBlockNormalTickSystem
static MCAPI void _tickFallingBlockNormalTickSystem(::ViewT< ::StrictEntityContext, ::Include<::ActorMovementTickNeededComponent, ::FallingBlockFlagComponent >, ::ActorOwnerComponent > view)
FallingBlockNormalTickSystem::_doFallingBlockNormalTickSystem
static MCAPI void _doFallingBlockNormalTickSystem(::StrictEntityContext const &, ::ActorOwnerComponent &actorOwnerComponent, ::ITickDelegate &onLand)
ITickDelegate
Definition
ITickDelegate.h:13
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
FallingBlockFlagComponent
Definition
FallingBlockFlagComponent.h:5
Include
Definition
Include.h:6
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
FallingBlockNormalTickSystem.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0