LeviLamina
Loading...
Searching...
No Matches
LegacyRaidTriggerSystem.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/Include.h"
8
#include "mc/deps/ecs/strict/OptionalGlobal.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
ActorOwnerComponent
;
13
class
StrictEntityContext
;
14
struct
ActorTickedComponent
;
15
struct
DimensionTypeComponent
;
16
struct
RaidTriggerComponent
;
17
struct
StateVectorComponent
;
18
struct
TickingSystemWithInfo
;
19
struct
VillageManagerComponent
;
20
// clang-format on
21
22
class
LegacyRaidTriggerSystem
{
23
public
:
24
// LegacyRaidTriggerSystem inner types define
25
using
SystemView =
::ViewT
<
26
::StrictEntityContext
,
27
::Include<::ActorTickedComponent const, ::RaidTriggerComponent const>
,
28
::DimensionTypeComponent
const
,
29
::StateVectorComponent
const
,
30
::ActorOwnerComponent
>;
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI
static
void
_doRaidTriggerSystem(
36
::DimensionTypeComponent
const
& dimensionTypeComponent,
37
::StateVectorComponent
const
& stateVectorComponent,
38
::ActorOwnerComponent
& actorOwnerComponent,
39
::VillageManagerComponent
const
& villageManagerComponent
40
);
41
42
MCAPI
static
void
_tickRaidTriggerSystem(
43
::OptionalGlobal<::VillageManagerComponent const>
villageManagerComponent,
44
::ViewT
<
45
::StrictEntityContext
,
46
::Include<::ActorTickedComponent const, ::RaidTriggerComponent const>
,
47
::DimensionTypeComponent
const
,
48
::StateVectorComponent
const
,
49
::ActorOwnerComponent
> view
50
);
51
52
MCAPI static ::TickingSystemWithInfo createSystem();
53
// NOLINTEND
54
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
LegacyRaidTriggerSystem
Definition
LegacyRaidTriggerSystem.h:22
OptionalGlobal
Definition
OptionalGlobal.h:6
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorTickedComponent
Definition
ActorTickedComponent.h:5
DimensionTypeComponent
Definition
DimensionTypeComponent.h:13
Include
Definition
Include.h:6
RaidTriggerComponent
Definition
RaidTriggerComponent.h:5
StateVectorComponent
Definition
StateVectorComponent.h:8
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
VillageManagerComponent
Definition
VillageManagerComponent.h:15
src
mc
entity
systems
LegacyRaidTriggerSystem.h
Generated on
for LeviLamina by
1.16.1