LeviLamina
Loading...
Searching...
No Matches
PreventMobEjectionFromLegacyVehicleSystem.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/EntityModifier.h"
8
9// auto generated forward declare list
10// clang-format off
17// clang-format on
18
20public:
21 // static functions
22 // NOLINTBEGIN
23 MCAPI static void _preventEjectionIfNeeded(
24 ::StrictEntityContext& strictEntityContext,
25 ::PassengerComponent const& passengerComponent,
26 ::AABBShapeComponent const& aabbShapeComponent,
29 );
30
31 MCAPI static ::TickingSystemWithInfo createSystem();
32 // NOLINTEND
33};
Definition EntityModifier.h:6
Definition PreventMobEjectionFromLegacyVehicleSystem.h:19
Definition RideableComponent.h:20
Definition StrictEntityContext.h:14
Definition ViewT.h:6
Definition AABBShapeComponent.h:9
Definition KeepRidingEvenIfTooLargeForVehicleFlagComponent.h:5
Definition PassengerComponent.h:8
Definition TickingSystemWithInfo.h:13