LeviLamina
Loading...
Searching...
No Matches
StrengthDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/AttributeDescription.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
DeserializeDataParams
;
11
// clang-format on
12
13
struct
StrengthDescription
:
public
::AttributeDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mHasComponent;
18
::ll::TypedStorage<4, 4, int> mStrength;
19
::ll::TypedStorage<4, 4, int> mMaxStrength;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
char
const
* getJsonName()
const
/*override*/
;
26
27
virtual
void
deserializeData(
::DeserializeDataParams
deserializeDataParams)
/*override*/
;
28
29
virtual
~StrengthDescription
()
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCFOLD
void
$dtor();
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
MCAPI
char
const
* $getJsonName()
const
;
42
43
MCAPI
void
$deserializeData(
::DeserializeDataParams
deserializeDataParams);
44
45
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
AttributeDescription
Definition
AttributeDescription.h:8
DeserializeDataParams
Definition
DeserializeDataParams.h:16
StrengthDescription
Definition
StrengthDescription.h:13
StrengthDescription::$vftable
static MCAPI void ** $vftable()
src
mc
entity
definitions
StrengthDescription.h
Generated on
for LeviLamina by
1.16.1