LeviLamina
Loading...
Searching...
No Matches
SendEventData.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/ActorFilterGroup.h"
8
9// auto generated forward declare list
10// clang-format off
11struct SendEventStage;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, float> minActivationRange;
19 ::ll::TypedStorage<4, 4, float> maxActivationRange;
20 ::ll::TypedStorage<4, 4, int> cooldownTime;
21 ::ll::TypedStorage<4, 4, int> castDuration;
22 ::ll::TypedStorage<4, 4, float> weight;
23 ::ll::TypedStorage<1, 1, bool> doCastingAnimation;
24 ::ll::TypedStorage<1, 1, bool> lookAtTarget;
25 ::ll::TypedStorage<4, 4, int> particleColor;
26 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> targetFilter;
27 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> startSound;
28 ::ll::TypedStorage<8, 24, ::std::vector<::SendEventStage>> stages;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCNAPI ::SendEventData& operator=(::SendEventData const&);
40
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
Definition SendEventData.h:14
MCAPI::SendEventData & operator=(::SendEventData const &)
MCAPI void $dtor()
MCAPI ~SendEventData()
Definition SendEventStage.h:8