LeviLamina
Loading...
Searching...
No Matches
FlagDeadMobsSystemImpl.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/strict/EntityModifier.h"
8
#include "mc/deps/ecs/strict/Exclude.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
ActorRemovedFlagComponent
;
15
struct
ActorTickedComponent
;
16
struct
AttributesComponent
;
17
struct
MobFlagComponent
;
18
struct
TickDeathNeededComponent
;
19
// clang-format on
20
21
namespace
FlagDeadMobsSystemImpl {
22
// functions
23
// NOLINTBEGIN
24
MCNAPI
void
tick(
25
::entt::type_list<::Include<::ActorTickedComponent, ::MobFlagComponent>, ::Exclude<::ActorRemovedFlagComponent>>,
26
::StrictEntityContext
const
& entity,
27
::AttributesComponent& attributesComponent,
28
::Optional<::TickDeathNeededComponent> tickDeathNeeded,
29
::EntityModifier<::TickDeathNeededComponent> modifier
30
);
31
// NOLINTEND
32
33
}
// namespace FlagDeadMobsSystemImpl
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorRemovedFlagComponent
Definition
ActorRemovedFlagComponent.h:5
ActorTickedComponent
Definition
ActorTickedComponent.h:5
AttributesComponent
Definition
AttributesComponent.h:8
MobFlagComponent
Definition
MobFlagComponent.h:5
TickDeathNeededComponent
Definition
TickDeathNeededComponent.h:5
src
mc
entity
systems
FlagDeadMobsSystemImpl.h
Generated on
for LeviLamina by
1.16.1