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 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual char const* getJsonName() const /*override*/;
28
29 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCAPI char const* $getJsonName() const;
36
37 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition AttackDescription.h:15
static MCAPI void ** $vftable()
Definition AttributeDescription.h:8
Definition DeserializeDataParams.h:13