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