LeviLamina
Loading...
Searching...
No Matches
StartGlidingActionSystemImpl.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/EntityModifier.h"
8
#include "mc/deps/ecs/strict/Include.h"
9
#include "mc/deps/ecs/strict/OptionalGlobal.h"
10
11
// auto generated forward declare list
12
// clang-format off
13
class
StrictEntityContext
;
14
struct
ActorDataDirtyFlagsComponent
;
15
struct
ActorDataFlagComponent
;
16
struct
ActorMovementTickNeededComponent
;
17
struct
CurrentTickComponent
;
18
struct
ElytraFlightTimeTicksComponent
;
19
struct
PlayerActionComponent
;
20
struct
PlayerInputRequestComponent
;
21
struct
ShouldUpdateBoundingBoxRequestComponent
;
22
// clang-format on
23
24
namespace
StartGlidingActionSystemImpl {
25
// functions
26
// NOLINTBEGIN
27
MCAPI
void
doStartGlidingServerAction(
28
::ViewT
<
29
::StrictEntityContext
,
30
::Include<::ActorMovementTickNeededComponent, ::PlayerInputRequestComponent>
,
31
::PlayerActionComponent
const
,
32
::ActorDataFlagComponent
,
33
::ActorDataDirtyFlagsComponent
,
34
::ElytraFlightTimeTicksComponent
> view,
35
::OptionalGlobal<::CurrentTickComponent const>
tickComponent,
36
::EntityModifier<::ShouldUpdateBoundingBoxRequestComponent>
modifier
37
);
38
// NOLINTEND
39
40
}
// namespace StartGlidingActionSystemImpl
EntityModifier
Definition
EntityModifier.h:6
OptionalGlobal
Definition
OptionalGlobal.h:6
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorDataDirtyFlagsComponent
Definition
ActorDataDirtyFlagsComponent.h:5
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:8
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
CurrentTickComponent
Definition
CurrentTickComponent.h:10
ElytraFlightTimeTicksComponent
Definition
ElytraFlightTimeTicksComponent.h:10
Include
Definition
Include.h:6
PlayerActionComponent
Definition
PlayerActionComponent.h:13
PlayerInputRequestComponent
Definition
PlayerInputRequestComponent.h:12
ShouldUpdateBoundingBoxRequestComponent
Definition
ShouldUpdateBoundingBoxRequestComponent.h:5
src
mc
entity
systems
StartGlidingActionSystemImpl.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0