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/deps/shared_types/v1_26_40/actor/SummonActorGoalDefinition.h"
8#include "mc/world/actor/ActorDefinitionIdentifier.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, ::SharedTypes::v1_26_40::SummonActorGoalDefinition::SummonShape> shape;
15 ::ll::TypedStorage<4, 4, ::SharedTypes::v1_26_40::SummonActorGoalDefinition::SummonTarget> target;
16 ::ll::TypedStorage<4, 4, float> size;
17 ::ll::TypedStorage<4, 4, int> baseDelay;
18 ::ll::TypedStorage<4, 4, int> delayPerSummoning;
19 ::ll::TypedStorage<4, 4, int> summonCap;
20 ::ll::TypedStorage<4, 4, float> summonCapRadius;
21 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> entityIdentifier;
22 ::ll::TypedStorage<4, 4, int> entityLifespan;
23 ::ll::TypedStorage<4, 4, int> entityCount;
24 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> stageSoundEvent;
25 ::ll::TypedStorage<8, 32, ::std::string> summonEvent;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI ~SummonSpellStage();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39};
Definition SummonSpellStage.h:10