LeviLamina
Loading...
Searching...
No Matches
LocalPlayerFilterAutoJumpInternal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/Optional.h"
7#include "mc/deps/ecs/strict/AddRemove.h"
8#include "mc/deps/ecs/strict/EntityFactoryT.h"
9#include "mc/deps/ecs/strict/Filter.h"
10#include "mc/deps/ecs/strict/GlobalRead.h"
11#include "mc/deps/ecs/strict/GlobalWrite.h"
12#include "mc/deps/ecs/strict/IStrictTickingSystem.h"
13#include "mc/deps/ecs/strict/OptionalGlobal.h"
14#include "mc/deps/ecs/strict/Read.h"
15#include "mc/deps/ecs/strict/StrictExecutionContext.h"
16#include "mc/deps/ecs/strict/Write.h"
17
18// auto generated forward declare list
19// clang-format off
38struct MobFlagComponent;
42struct OffsetsComponent;
47struct PlayerComponent;
52struct VehicleComponent;
53// clang-format on
54
55namespace PlayerMoveSystemsImpl {
56
58: public ::IStrictTickingSystem<::StrictExecutionContext<
59 ::Filter<
60 ::CanStandOnSnowFlagComponent,
61 ::HasLightweightFamilyFlagComponent,
62 ::HorseFlagComponent,
63 ::MobFlagComponent,
64 ::ParrotFlagComponent,
65 ::VehicleComponent,
66 ::CamelFlagComponent,
67 ::PlayerComponent,
68 ::ActorMovementTickNeededComponent,
69 ::LocalPlayerComponent>,
70 ::Read<
71 ::AABBShapeComponent,
72 ::MovementAbilitiesComponent,
73 ::ActorTypeComponent,
74 ::FallDistanceComponent,
75 ::PassengerComponent,
76 ::ActorGameTypeComponent,
77 ::ActorDataFlagComponent,
78 ::VehicleComponent,
79 ::ActorRotationComponent,
80 ::MobBodyRotationComponent,
81 ::RenderRotationComponent,
82 ::StandAnimationComponent,
83 ::OffsetsComponent,
84 ::VanillaOffsetComponent,
85 ::PassengerRenderingRidingOffsetComponent,
86 ::MovementAttributesComponent,
87 ::DimensionTypeComponent,
88 ::OnGroundFlagComponent,
89 ::StateVectorComponent>,
90 ::Write<::MoveInputComponent>,
91 ::AddRemove<>,
92 ::GlobalRead<::ExternalDataComponent, ::LocalConstBlockSourceFactoryComponent>,
93 ::GlobalWrite<>,
94 ::EntityFactoryT<>>> {
95public:
96 // virtual functions
97 // NOLINTBEGIN
98 virtual void tick(
100 ::Filter<
111 ::Read<
136 ) /*override*/;
137
138 virtual void singleTick(
140 ::Filter<
151 ::Read<
177 ) /*override*/;
178
179 virtual ~LocalPlayerFilterAutoJumpInternal() /*override*/ = default;
180 // NOLINTEND
181
182public:
183 // member functions
184 // NOLINTBEGIN
185 MCAPI void commonTick(
187 ::Filter<
198 ::Read<
224 );
225 // NOLINTEND
226
227public:
228 // static functions
229 // NOLINTBEGIN
230 MCAPI static bool _isAutoJumpEnabledGlobally(::OptionalGlobal<::ExternalDataComponent const> data);
231
232 MCAPI static void _setJumpingIfPlayerCanAutoJump(
233 ::StrictEntityContext const& entity,
234 ::AABBShapeComponent const& aabbShape,
235 ::ActorRotationComponent const& actorRotation,
236 ::MovementAttributesComponent const& attributes,
237 ::StateVectorComponent const& stateVector,
238 ::ActorDataFlagComponent const& synchedActorData,
239 ::MoveInputComponent& moveInput,
243 ::Filter<
254 ::Read<
278 ::EntityFactoryT<>>& executionContext,
279 ::IConstBlockSource const& region
280 );
281 // NOLINTEND
282
283public:
284 // virtual function thunks
285 // NOLINTBEGIN
286 MCAPI void $tick(
288 ::Filter<
299 ::Read<
324 );
325
326 MCAPI void $singleTick(
328 ::Filter<
339 ::Read<
365 );
366
367
368 // NOLINTEND
369
370public:
371 // vftables
372 // NOLINTBEGIN
373 MCAPI static void** $vftable();
374 // NOLINTEND
375};
376
377} // namespace PlayerMoveSystemsImpl
Definition IConstBlockSource.h:25
Definition IStrictTickingSystem.h:6
Definition OptionalGlobal.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:8
Definition StrictExecutionContext.h:6
Definition AABBShapeComponent.h:9
Definition ActorDataFlagComponent.h:9
Definition ActorGameTypeComponent.h:8
Definition ActorMovementTickNeededComponent.h:5
Definition ActorRotationComponent.h:8
Definition ActorTypeComponent.h:8
Definition AddRemove.h:6
Definition CamelFlagComponent.h:5
Definition CanStandOnSnowFlagComponent.h:5
Definition DimensionTypeComponent.h:13
Definition EntityFactoryT.h:6
Definition ExternalDataComponent.h:10
Definition FallDistanceComponent.h:5
Definition Filter.h:6
Definition GlobalRead.h:6
Definition GlobalWrite.h:6
Definition HasLightweightFamilyFlagComponent.h:5
Definition HorseFlagComponent.h:5
Definition LocalConstBlockSourceFactoryComponent.h:8
Definition LocalPlayerComponent.h:5
Definition MobBodyRotationComponent.h:5
Definition MobFlagComponent.h:5
Definition MoveInputComponent.h:11
Definition MovementAbilitiesComponent.h:5
Definition MovementAttributesComponent.h:5
Definition OffsetsComponent.h:8
Definition OnGroundFlagComponent.h:5
Definition ParrotFlagComponent.h:5
Definition PassengerComponent.h:8
Definition PassengerRenderingRidingOffsetComponent.h:8
Definition PlayerComponent.h:5
Definition LocalPlayerFilterAutoJumpInternal.h:94
Definition Read.h:6
Definition RenderRotationComponent.h:8
Definition StandAnimationComponent.h:5
Definition StateVectorComponent.h:8
Definition VanillaOffsetComponent.h:8
Definition VehicleComponent.h:10
Definition Write.h:6
Definition context.h:5