LeviLamina
Loading...
Searching...
No Matches
AttackDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/FloatRange.h"
7#include "mc/world/actor/AttributeDescription.h"
8#include "mc/world/effect/EffectDuration.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 8, ::FloatRange> mDamage;
20 ::ll::TypedStorage<8, 32, ::std::string> mEffectName;
21 ::ll::TypedStorage<4, 4, ::EffectDuration> mEffectDuration;
22 ::ll::TypedStorage<4, 4, int> mEffectAmplifier;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual char const* getJsonName() const /*override*/;
29
30 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI char const* $getJsonName() const;
37
38 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
39
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition AttackDescription.h:15
static MCAPI void ** $vftable()
Definition AttributeDescription.h:8
Definition DeserializeDataParams.h:13