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
31 virtual ~AttackDescription() /*override*/;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI char const* $getJsonName() const;
44
45 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
46
47
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
Definition AttackDescription.h:15
static MCAPI void ** $vftable()
Definition AttributeDescription.h:8
Definition DeserializeDataParams.h:16