LeviLamina
Loading...
Searching...
No Matches
ApplyJumpModifierSystem.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/Exclude.h"
8#include "mc/deps/ecs/strict/Include.h"
9
10// auto generated forward declare list
11// clang-format off
23// clang-format on
24
26public:
27 // ApplyJumpModifierSystem inner types define
28 using ViewType = ::ViewT<
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void _tickApplyJumpModifierSystem(
44 ::ViewT<
55 );
56
57 MCAPI static void tickApplyJumpModifierSystem(
59 ::TriggerJumpRequestComponent const& triggerJumpRequestComponent,
60 ::ActorRotationComponent const& actorRotationComponent,
61 ::MovementAttributesComponent const& attributesComponent,
62 ::MobEffectsComponent const& mobEffectsComponent,
63 ::MobTravelComponent const& mobTravelComponent,
64 ::JumpPendingScaleComponent& jumpPendingScaleComponent,
65 ::StateVectorComponent& stateVectorComponent
66 );
67 // NOLINTEND
68};
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorRotationComponent.h:8
Definition ApplyJumpModifierSystem.h:25
Definition Exclude.h:6
Definition Include.h:6
Definition JumpPendingScaleComponent.h:8
Definition MobEffectsComponent.h:10
Definition MobIsJumpingFlagComponent.h:5
Definition MobTravelComponent.h:8
Definition MovementAttributesComponent.h:5
Definition OnGroundFlagComponent.h:5
Definition PowerJumpFlagComponent.h:5
Definition StateVectorComponent.h:8
Definition TriggerJumpRequestComponent.h:8