LeviLamina
Loading...
Searching...
No Matches
HorsePreTravelSystem.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/ViewT.h"
8
#include "mc/deps/ecs/strict/EntityModifier.h"
9
#include "mc/deps/ecs/strict/Include.h"
10
11
// auto generated forward declare list
12
// clang-format off
13
class
StrictEntityContext
;
14
struct
ActorDataFlagComponent
;
15
struct
AirSpeedComponent
;
16
struct
HorseFlagComponent
;
17
struct
HorseWasOnGroundPreTravelComponent
;
18
struct
InterpolateMovementNeededComponent
;
19
struct
MobFlagComponent
;
20
struct
OnGroundFlagComponent
;
21
struct
TickingSystemWithInfo
;
22
struct
VehicleComponent
;
23
// clang-format on
24
25
class
HorsePreTravelSystem
{
26
public
:
27
// HorsePreTravelSystem inner types define
28
using
MainViewType =
::ViewT
<
29
::StrictEntityContext
,
30
::Include<::InterpolateMovementNeededComponent, ::HorseFlagComponent>
,
31
::Optional<::VehicleComponent>
,
32
::ActorDataFlagComponent
const
,
33
::AirSpeedComponent
>;
34
35
using
MobViewType =
::ViewT<::StrictEntityContext, ::MobFlagComponent const>
;
36
37
using
ModType =
::EntityModifier<::HorseWasOnGroundPreTravelComponent>
;
38
39
using
OnGroundViewType =
::ViewT<::StrictEntityContext, ::OnGroundFlagComponent const>
;
40
41
public
:
42
// static functions
43
// NOLINTBEGIN
44
MCAPI static ::TickingSystemWithInfo createHorsePreTravelSystem();
45
46
MCAPI
static
void
tickHorsePreTravelSystem(
47
::ViewT
<
48
::StrictEntityContext
,
49
::Include<::InterpolateMovementNeededComponent, ::HorseFlagComponent>
,
50
::Optional<::VehicleComponent>
,
51
::ActorDataFlagComponent
const
,
52
::AirSpeedComponent
> mainView,
53
::ViewT<::StrictEntityContext, ::MobFlagComponent const>
mobCheck,
54
::ViewT<::StrictEntityContext, ::OnGroundFlagComponent const>
onGroundCheck,
55
::EntityModifier<::HorseWasOnGroundPreTravelComponent>
mod
56
);
57
// NOLINTEND
58
};
EntityModifier
Definition
EntityModifier.h:6
HorsePreTravelSystem
Definition
HorsePreTravelSystem.h:25
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:14
ViewT
Definition
ViewT.h:6
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:10
AirSpeedComponent
Definition
AirSpeedComponent.h:8
HorseFlagComponent
Definition
HorseFlagComponent.h:5
HorseWasOnGroundPreTravelComponent
Definition
HorseWasOnGroundPreTravelComponent.h:5
Include
Definition
Include.h:6
InterpolateMovementNeededComponent
Definition
InterpolateMovementNeededComponent.h:5
MobFlagComponent
Definition
MobFlagComponent.h:5
OnGroundFlagComponent
Definition
OnGroundFlagComponent.h:5
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
VehicleComponent
Definition
VehicleComponent.h:10
src
mc
entity
systems
HorsePreTravelSystem.h
Generated on
for LeviLamina by
1.16.1