LeviLamina
Loading...
Searching...
No Matches
ServerEnderDragonTickDeathSystemImpl.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/ViewT.h"
8#include "mc/deps/ecs/strict/AddRemove.h"
9#include "mc/deps/ecs/strict/EntityFactoryT.h"
10#include "mc/deps/ecs/strict/Filter.h"
11#include "mc/deps/ecs/strict/GlobalRead.h"
12#include "mc/deps/ecs/strict/GlobalWrite.h"
13#include "mc/deps/ecs/strict/IStrictTickingSystem.h"
14#include "mc/deps/ecs/strict/Read.h"
15#include "mc/deps/ecs/strict/StrictExecutionContext.h"
16#include "mc/deps/ecs/strict/Write.h"
17
18// auto generated forward declare list
19// clang-format off
26struct BossComponent;
37// clang-format on
38
40: public ::IStrictTickingSystem<::StrictExecutionContext<
41 ::Filter<::ActorTickedComponent, ::TickDeathNeededComponent, ::EnderDragonFlagComponent>,
42 ::Read<
43 ::ActorDataFlagComponent,
44 ::ActorDefinitionIdentifierComponent,
45 ::ActorUniqueIDComponent,
46 ::DeathTickingComponent,
47 ::DimensionTypeComponent,
48 ::SoundEventPlayerComponent>,
49 ::Write<
50 ::ActorOwnerComponent,
51 ::RandomReferenceComponent,
52 ::StateVectorComponent,
53 ::WingFlapDataComponent,
54 ::BossComponent>,
55 ::AddRemove<>,
56 ::GlobalRead<>,
57 ::GlobalWrite<::SpawnExperienceOrbRequestQueueComponent>,
58 ::EntityFactoryT<>>> {
59public:
60 // virtual functions
61 // NOLINTBEGIN
62 virtual void tick(
65 ::Read<
72 ::Write<
82 ) /*override*/;
83 // NOLINTEND
84
85public:
86 // static functions
87 // NOLINTBEGIN
88 MCAPI static void _tick(
89 ::StrictEntityContext const& entity,
90 ::ActorDataFlagComponent const& actorFlags,
91 ::ActorDefinitionIdentifierComponent const& actorIdentifier,
92 ::ActorUniqueIDComponent const& actorUniqueID,
93 ::DeathTickingComponent const& deathTicking,
94 ::DimensionTypeComponent const& dimensionType,
95 ::SoundEventPlayerComponent const& soundEventPlayerComponent,
96 ::ActorOwnerComponent& actorOwner,
97 ::StateVectorComponent& stateVector,
98 ::WingFlapDataComponent& wingFlapData,
100 ::SpawnExperienceOrbRequestQueueComponent& experienceOrbRequestQueueComponent,
102 );
103 // NOLINTEND
104
105public:
106 // virtual function thunks
107 // NOLINTBEGIN
108 MCAPI void $tick(
111 ::Read<
118 ::Write<
128 );
129
130
131 // NOLINTEND
132
133public:
134 // vftables
135 // NOLINTBEGIN
136 MCNAPI static void** $vftable();
137 // NOLINTEND
138};
Definition ActorOwnerComponent.h:10
Definition IStrictTickingSystem.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:14
Definition StrictExecutionContext.h:6
Definition ViewT.h:6
Definition ActorDataFlagComponent.h:10
Definition ActorDefinitionIdentifierComponent.h:8
Definition ActorTickedComponent.h:5
Definition ActorUniqueIDComponent.h:8
Definition AddRemove.h:6
Definition BossComponent.h:20
Definition DeathTickingComponent.h:8
Definition DimensionTypeComponent.h:8
Definition EnderDragonFlagComponent.h:5
Definition EntityFactoryT.h:6
Definition Filter.h:6
Definition GlobalRead.h:6
Definition GlobalWrite.h:6
Definition RandomReferenceComponent.h:8
Definition Read.h:6
Definition ServerEnderDragonTickDeathSystemImpl.h:58
static MCAPI void ** $vftable()
Definition SoundEventPlayerComponent.h:8
Definition SoundEventRequestQueueComponent.h:8
Definition SpawnExperienceOrbRequestQueueComponent.h:9
Definition StateVectorComponent.h:8
Definition TickDeathNeededComponent.h:5
Definition WingFlapDataComponent.h:5
Definition Write.h:6
Definition context.h:5