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
VehicleComponent
;
22
// clang-format on
23
24
class
HorsePreTravelSystem
{
25
public
:
26
// HorsePreTravelSystem inner types define
27
using
MainViewType =
::ViewT
<
28
::StrictEntityContext
,
29
::Include<::InterpolateMovementNeededComponent, ::HorseFlagComponent>
,
30
::Optional<::VehicleComponent>
,
31
::ActorDataFlagComponent
const
,
32
::AirSpeedComponent
>;
33
34
using
MobViewType =
::ViewT<::StrictEntityContext, ::MobFlagComponent const>
;
35
36
using
ModType =
::EntityModifier<::HorseWasOnGroundPreTravelComponent>
;
37
38
using
OnGroundViewType =
::ViewT<::StrictEntityContext, ::OnGroundFlagComponent const>
;
39
40
public
:
41
// static functions
42
// NOLINTBEGIN
43
MCAPI
static
void
tickHorsePreTravelSystem(
44
::ViewT
<
45
::StrictEntityContext
,
46
::Include<::InterpolateMovementNeededComponent, ::HorseFlagComponent>
,
47
::Optional<::VehicleComponent>
,
48
::ActorDataFlagComponent
const
,
49
::AirSpeedComponent
> mainView,
50
::ViewT<::StrictEntityContext, ::MobFlagComponent const>
mobCheck,
51
::ViewT<::StrictEntityContext, ::OnGroundFlagComponent const>
onGroundCheck,
52
::EntityModifier<::HorseWasOnGroundPreTravelComponent>
mod
53
);
54
// NOLINTEND
55
};
EntityModifier
Definition
EntityModifier.h:6
HorsePreTravelSystem
Definition
HorsePreTravelSystem.h:24
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:9
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
VehicleComponent
Definition
VehicleComponent.h:10
src
mc
entity
systems
HorsePreTravelSystem.h
Generated on
for LeviLamina by
1.16.1