LeviLamina
Loading...
Searching...
No Matches
TickMobEffectsSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/strict/EntityModifier.h"
7
#include "mc/deps/ecs/strict/Include.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EntitySystems
;
12
class
StrictEntityContext
;
13
struct
ActorMovementTickNeededComponent
;
14
struct
AttributesComponent
;
15
struct
MobEffectsComponent
;
16
namespace
TickMobEffectsSystem {
struct
RemoveMobEffectsRequestComponent
; }
17
// clang-format on
18
19
namespace
TickMobEffectsSystem {
20
// functions
21
// NOLINTBEGIN
22
MCNAPI
void
_removeMobEffects(
23
::TickMobEffectsSystem::RemoveMobEffectsRequestComponent
const
& removeMobEffectsRequest,
24
::AttributesComponent& attributesComponent,
25
::MobEffectsComponent& mobEffectsComponent
26
);
27
28
MCNAPI
void
_tickMobEffects(
29
::entt::type_list<::Include<::ActorMovementTickNeededComponent>>,
30
::StrictEntityContext
const
& entity,
31
::MobEffectsComponent& mobEffectsComponent,
32
::EntityModifier<::TickMobEffectsSystem::RemoveMobEffectsRequestComponent> mod
33
);
34
35
MCNAPI
void
registerSystems(::EntitySystems& systemRegistry);
36
// NOLINTEND
37
38
}
// namespace TickMobEffectsSystem
EntitySystems
Definition
EntitySystems.h:25
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
AttributesComponent
Definition
AttributesComponent.h:8
MobEffectsComponent
Definition
MobEffectsComponent.h:10
TickMobEffectsSystem::RemoveMobEffectsRequestComponent
Definition
RemoveMobEffectsRequestComponent.h:7
src
mc
entity
systems
tick_mob_effects_system
TickMobEffectsSystem.h
Generated on
for LeviLamina by
1.16.1