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 // static functions
28 // NOLINTBEGIN
29 MCNAPI static void tickApplyJumpModifierSystem(
31 ::TriggerJumpRequestComponent const& triggerJumpRequestComponent,
32 ::ActorRotationComponent const& actorRotationComponent,
33 ::MovementAttributesComponent const& attributesComponent,
34 ::MobEffectsComponent const& mobEffectsComponent,
35 ::MobTravelComponent const& mobTravelComponent,
36 ::JumpPendingScaleComponent& jumpPendingScaleComponent,
37 ::StateVectorComponent& stateVectorComponent
38 );
39 // NOLINTEND
40};
Definition StrictEntityContext.h:8
Definition ActorRotationComponent.h:8
Definition ApplyJumpModifierSystem.h:25
static MCAPI void tickApplyJumpModifierSystem(::StrictEntityContext const &, ::TriggerJumpRequestComponent const &triggerJumpRequestComponent, ::ActorRotationComponent const &actorRotationComponent, ::MovementAttributesComponent const &attributesComponent, ::MobEffectsComponent const &mobEffectsComponent, ::MobTravelComponent const &mobTravelComponent, ::JumpPendingScaleComponent &jumpPendingScaleComponent, ::StateVectorComponent &stateVectorComponent)
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