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
11
class
RideableComponent
;
12
class
StrictEntityContext
;
13
struct
AABBShapeComponent
;
14
struct
KeepRidingEvenIfTooLargeForVehicleFlagComponent
;
15
struct
PassengerComponent
;
16
struct
TickingSystemWithInfo
;
17
// clang-format on
18
19
class
PreventMobEjectionFromLegacyVehicleSystem
{
20
public
:
21
// static functions
22
// NOLINTBEGIN
23
MCAPI
static
void
_preventEjectionIfNeeded(
24
::StrictEntityContext
& strictEntityContext,
25
::PassengerComponent
const
& passengerComponent,
26
::AABBShapeComponent
const
& aabbShapeComponent,
27
::ViewT<::StrictEntityContext, ::RideableComponent const>
const
& vehicleView,
28
::EntityModifier<::KeepRidingEvenIfTooLargeForVehicleFlagComponent>
& modifier
29
);
30
31
MCAPI static ::TickingSystemWithInfo createSystem();
32
// NOLINTEND
33
};
EntityModifier
Definition
EntityModifier.h:6
PreventMobEjectionFromLegacyVehicleSystem
Definition
PreventMobEjectionFromLegacyVehicleSystem.h:19
RideableComponent
Definition
RideableComponent.h:20
StrictEntityContext
Definition
StrictEntityContext.h:14
ViewT
Definition
ViewT.h:6
AABBShapeComponent
Definition
AABBShapeComponent.h:9
KeepRidingEvenIfTooLargeForVehicleFlagComponent
Definition
KeepRidingEvenIfTooLargeForVehicleFlagComponent.h:5
PassengerComponent
Definition
PassengerComponent.h:8
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
initialization
PreventMobEjectionFromLegacyVehicleSystem.h
Generated on
for LeviLamina by
1.16.1