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
AttributesComponent
;
14
struct
InterpolateMovementNeededComponent
;
15
struct
MobEffectsComponent
;
16
namespace
TickMobEffectsSystem {
struct
RemoveMobEffectsRequestComponent
; }
17
// clang-format on
18
19
namespace
TickMobEffectsSystem {
20
// functions
21
// NOLINTBEGIN
22
MCAPI
void
_removeMobEffects(
23
::TickMobEffectsSystem::RemoveMobEffectsRequestComponent
const
& removeMobEffectsRequest,
24
::AttributesComponent& attributesComponent,
25
::MobEffectsComponent& mobEffectsComponent
26
);
27
28
MCAPI
void
_tickMobEffects(
29
::entt::type_list<::Include<::InterpolateMovementNeededComponent>> entity,
30
::StrictEntityContext
const
& mobEffectsComponent,
31
::MobEffectsComponent& mod,
32
::EntityModifier<::TickMobEffectsSystem::RemoveMobEffectsRequestComponent>
33
);
34
35
MCAPI
void
registerSystems(::EntitySystems& systemRegistry);
36
// NOLINTEND
37
38
}
// namespace TickMobEffectsSystem
EntitySystems
Definition
EntitySystems.h:29
StrictEntityContext
Definition
StrictEntityContext.h:14
AttributesComponent
Definition
AttributesComponent.h:8
InterpolateMovementNeededComponent
Definition
InterpolateMovementNeededComponent.h:5
MobEffectsComponent
Definition
MobEffectsComponent.h:8
TickMobEffectsSystem::RemoveMobEffectsRequestComponent
Definition
RemoveMobEffectsRequestComponent.h:7
src
mc
entity
systems
tick_mob_effects_system
TickMobEffectsSystem.h
Generated on
for LeviLamina by
1.16.1