LeviLamina
Loading...
Searching...
No Matches
PlayerBoundingBoxStateUpdateSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/AddRemove.h"
7#include "mc/deps/ecs/strict/EntityFactoryT.h"
8#include "mc/deps/ecs/strict/Filter.h"
9#include "mc/deps/ecs/strict/GlobalRead.h"
10#include "mc/deps/ecs/strict/GlobalWrite.h"
11#include "mc/deps/ecs/strict/IStrictTickingSystem.h"
12#include "mc/deps/ecs/strict/Read.h"
13#include "mc/deps/ecs/strict/StrictExecutionContext.h"
14#include "mc/deps/ecs/strict/Write.h"
15
16// auto generated forward declare list
17// clang-format off
35struct MobFlagComponent;
37struct OffsetsComponent;
41struct PlayerComponent;
47struct VehicleComponent;
48// clang-format on
49
51: public ::IStrictTickingSystem<::StrictExecutionContext<
52 ::Filter<
53 ::CanStandOnSnowFlagComponent,
54 ::HasLightweightFamilyFlagComponent,
55 ::HorseFlagComponent,
56 ::MobFlagComponent,
57 ::ParrotFlagComponent,
58 ::VehicleComponent,
59 ::CamelFlagComponent,
60 ::PlayerComponent>,
61 ::Read<
62 ::AABBShapeComponent,
63 ::MovementAbilitiesComponent,
64 ::ActorTypeComponent,
65 ::FallDistanceComponent,
66 ::PassengerComponent,
67 ::ActorGameTypeComponent,
68 ::ActorDataFlagComponent,
69 ::VehicleComponent,
70 ::ActorRotationComponent,
71 ::MobBodyRotationComponent,
72 ::RenderRotationComponent,
73 ::StandAnimationComponent,
74 ::OffsetsComponent,
75 ::VanillaOffsetComponent,
76 ::PassengerRenderingRidingOffsetComponent,
77 ::DimensionTypeComponent>,
78 ::Write<::PlayerInputRequestComponent>,
79 ::AddRemove<>,
80 ::GlobalRead<::ExternalDataComponent, ::LocalConstBlockSourceFactoryComponent>,
81 ::GlobalWrite<>,
82 ::EntityFactoryT<>>> {
83public:
84 // PlayerBoundingBoxStateUpdateSystem inner types define
95 ::Read<
117
118public:
119 // virtual functions
120 // NOLINTBEGIN
121 virtual void tick(
123 ::Filter<
132 ::Read<
153 ::EntityFactoryT<>>& strictContext
154 ) /*override*/;
155
156 virtual ~PlayerBoundingBoxStateUpdateSystem() /*override*/ = default;
157 // NOLINTEND
158
159public:
160 // static functions
161 // NOLINTBEGIN
162 MCAPI static ::TickingSystemWithInfo createSystem();
163
164 MCAPI static void tickPlayerBoundingBoxStateUpdateSystem(
166 ::AABBShapeComponent const& aabb,
169 ::Filter<
178 ::Read<
199 ::EntityFactoryT<>>& executionContext,
200 float sneakHeight,
201 ::GetAttachPositionViews const& views,
202 ::IConstBlockSource const& region
203 );
204 // NOLINTEND
205
206public:
207 // virtual function thunks
208 // NOLINTBEGIN
209 MCAPI void $tick(
211 ::Filter<
220 ::Read<
241 ::EntityFactoryT<>>& strictContext
242 );
243
244
245 // NOLINTEND
246
247public:
248 // vftables
249 // NOLINTBEGIN
250 MCNAPI static void** $vftable();
251 // NOLINTEND
252};
Definition IConstBlockSource.h:25
Definition IStrictTickingSystem.h:6
Definition PlayerBoundingBoxStateUpdateSystem.h:82
static MCAPI void ** $vftable()
Definition StrictEntityContext.h:8
Definition StrictExecutionContext.h:6
Definition AABBShapeComponent.h:9
Definition ActorDataFlagComponent.h:9
Definition ActorGameTypeComponent.h:8
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 GetAttachPositionViews.h:5
Definition GlobalRead.h:6
Definition GlobalWrite.h:6
Definition HasLightweightFamilyFlagComponent.h:5
Definition HorseFlagComponent.h:5
Definition LocalConstBlockSourceFactoryComponent.h:8
Definition MobBodyRotationComponent.h:5
Definition MobFlagComponent.h:5
Definition MovementAbilitiesComponent.h:5
Definition OffsetsComponent.h:8
Definition ParrotFlagComponent.h:5
Definition PassengerComponent.h:8
Definition PassengerRenderingRidingOffsetComponent.h:8
Definition PlayerComponent.h:5
Definition PlayerInputRequestComponent.h:10
Definition Read.h:6
Definition RenderRotationComponent.h:8
Definition StandAnimationComponent.h:5
Definition TickingSystemWithInfo.h:13
Definition VanillaOffsetComponent.h:8
Definition VehicleComponent.h:10
Definition Write.h:6
Definition context.h:5