LeviLamina
Loading...
Searching...
No Matches
ClientWitherBossTickDeathSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/AddRemove.h"
7#include "mc/deps/ecs/strict/EntityFactoryT.h"
8#include "mc/deps/ecs/strict/Filter.h"
9#include "mc/deps/ecs/strict/GlobalRead.h"
10#include "mc/deps/ecs/strict/GlobalWrite.h"
11#include "mc/deps/ecs/strict/IStrictTickingSystem.h"
12#include "mc/deps/ecs/strict/Read.h"
13#include "mc/deps/ecs/strict/StrictExecutionContext.h"
14#include "mc/deps/ecs/strict/Write.h"
15
16// auto generated forward declare list
17// clang-format off
22struct SwellComponent;
26// clang-format on
27
29: public ::IStrictTickingSystem<::StrictExecutionContext<
30 ::Filter<::ActorTickedComponent, ::TickDeathNeededComponent, ::WitherBossFlagComponent>,
31 ::Read<::DeathTickingComponent>,
32 ::Write<::OverlayAlphaComponent, ::ShieldFlickerComponent, ::SwellComponent, ::SynchedActorDataComponent>,
33 ::AddRemove<>,
34 ::GlobalRead<>,
35 ::GlobalWrite<>,
36 ::EntityFactoryT<>>> {
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 // vIndex: 5
41 virtual void tick(
50 ) /*override*/;
51
52 // vIndex: 0
53 virtual ~ClientWitherBossTickDeathSystemImpl() /*override*/ = default;
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59
60 // NOLINTEND
61};
Definition IStrictTickingSystem.h:6
Definition StrictExecutionContext.h:6
Definition ActorTickedComponent.h:5
Definition AddRemove.h:6
Definition ClientWitherBossTickDeathSystemImpl.h:36
Definition DeathTickingComponent.h:8
Definition EntityFactoryT.h:6
Definition Filter.h:6
Definition GlobalRead.h:6
Definition GlobalWrite.h:6
Definition OverlayAlphaComponent.h:8
Definition Read.h:6
Definition ShieldFlickerComponent.h:8
Definition SwellComponent.h:8
Definition SynchedActorDataComponent.h:8
Definition TickDeathNeededComponent.h:5
Definition WitherBossFlagComponent.h:5
Definition Write.h:6