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(
30 ::ViewT<
41 );
42
43 MCNAPI static void tickApplyJumpModifierSystem(
45 ::TriggerJumpRequestComponent const& triggerJumpRequestComponent,
46 ::ActorRotationComponent const& actorRotationComponent,
47 ::MovementAttributesComponent const& attributesComponent,
48 ::MobEffectsComponent const& mobEffectsComponent,
49 ::MobTravelComponent const& mobTravelComponent,
50 ::JumpPendingScaleComponent& jumpPendingScaleComponent,
51 ::StateVectorComponent& stateVectorComponent
52 );
53 // NOLINTEND
54};
Definition StrictEntityContext.h:8
Definition ViewT.h:6
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)
static MCAPI void _tickApplyJumpModifierSystem(::ViewT< ::StrictEntityContext, ::Include<::OnGroundFlagComponent, ::PowerJumpFlagComponent >, ::Exclude<::MobIsJumpingFlagComponent >, ::TriggerJumpRequestComponent const, ::ActorRotationComponent const, ::MovementAttributesComponent const, ::MobEffectsComponent const, ::MobTravelComponent const, ::JumpPendingScaleComponent, ::StateVectorComponent > view)
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