LeviLamina
Loading...
Searching...
No Matches
SummonSpellStage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/world/actor/ActorDefinitionIdentifier.h"
8#include "mc/world/actor/ai/goal/SummonShape.h"
9#include "mc/world/actor/ai/goal/SummonTarget.h"
10
11struct SummonSpellStage {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, ::SummonShape> shape;
16 ::ll::TypedStorage<4, 4, ::SummonTarget> target;
17 ::ll::TypedStorage<4, 4, float> size;
18 ::ll::TypedStorage<4, 4, int> baseDelay;
19 ::ll::TypedStorage<4, 4, int> delayPerSummoning;
20 ::ll::TypedStorage<4, 4, int> summonCap;
21 ::ll::TypedStorage<4, 4, float> summonCapRadius;
22 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> entityIdentifier;
23 ::ll::TypedStorage<4, 4, int> entityLifespan;
24 ::ll::TypedStorage<4, 4, int> entityCount;
25 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> stageSoundEvent;
26 ::ll::TypedStorage<8, 32, ::std::string> summonEvent;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 SummonSpellStage(SummonSpellStage const&);
32 SummonSpellStage();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ::SummonSpellStage& operator=(::SummonSpellStage const&);
38
39 MCAPI ~SummonSpellStage();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};