LeviLamina
Loading...
Searching...
No Matches
ProjectileDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorComponentDescription.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
DeserializeDataParams
;
11
// clang-format on
12
13
struct
ProjectileDescription :
public
::ActorComponentDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<4, 12>
mUnkf81dfa;
18
::ll::UntypedStorage<4, 4>
mUnk4d21a6;
19
::ll::UntypedStorage<1, 1>
mUnk94a443;
20
::ll::UntypedStorage<1, 1>
mUnk10b02b;
21
::ll::UntypedStorage<1, 1>
mUnk134b73;
22
::ll::UntypedStorage<4, 4>
mUnk65eae1;
23
::ll::UntypedStorage<4, 4>
mUnkd8459e;
24
::ll::UntypedStorage<4, 4>
mUnkd429b4;
25
::ll::UntypedStorage<4, 4>
mUnkdded5e;
26
::ll::UntypedStorage<4, 4>
mUnkb738f2;
27
::ll::UntypedStorage<4, 4>
mUnkfa96b8;
28
::ll::UntypedStorage<4, 4>
mUnkf38e13;
29
::ll::UntypedStorage<4, 4>
mUnk1d4cec;
30
::ll::UntypedStorage<4, 4>
mUnkedee1d;
31
::ll::UntypedStorage<1, 1>
mUnkc59641;
32
::ll::UntypedStorage<1, 1>
mUnk46d6db;
33
::ll::UntypedStorage<4, 4>
mUnk39900e;
34
::ll::UntypedStorage<4, 4>
mUnke6da30;
35
::ll::UntypedStorage<1, 1>
mUnk5b53c9;
36
::ll::UntypedStorage<8, 32>
mUnkabf91b;
37
::ll::UntypedStorage<8, 32>
mUnk1ac4ad;
38
::ll::UntypedStorage<8, 32>
mUnka1f0db;
39
::ll::UntypedStorage<4, 4>
mUnk95580d;
40
::ll::UntypedStorage<8, 24>
mUnkfbe3b0;
41
::ll::UntypedStorage<8, 104>
mUnk89aca8;
42
::ll::UntypedStorage<1, 1>
mUnk4ffeb9;
43
::ll::UntypedStorage<1, 1>
mUnk3833c1;
44
::ll::UntypedStorage<1, 1>
mUnk9395de;
45
::ll::UntypedStorage<1, 1>
mUnkb45c03;
46
::ll::UntypedStorage<1, 1>
mUnk167026;
47
::ll::UntypedStorage<1, 1>
mUnk59a085;
48
::ll::UntypedStorage<1, 1>
mUnkfacbfb;
49
::ll::UntypedStorage<1, 1>
mUnkd09c12;
50
::ll::UntypedStorage<1, 1>
mUnk7a8273;
51
::ll::UntypedStorage<1, 1>
mUnk7c3984;
52
::ll::UntypedStorage<1, 1>
mUnk919980;
53
::ll::UntypedStorage<8, 24>
mUnk151c2b;
54
::ll::UntypedStorage<1, 1>
mUnke74701;
55
::ll::UntypedStorage<4, 4>
mUnke0891f;
56
// NOLINTEND
57
58
public
:
59
// prevent constructor by default
60
ProjectileDescription& operator=(ProjectileDescription
const
&);
61
ProjectileDescription
(ProjectileDescription
const
&);
62
63
public
:
64
// virtual functions
65
// NOLINTBEGIN
66
virtual
char
const
* getJsonName()
const
/*override*/
;
67
68
virtual
void
deserializeData(
::DeserializeDataParams
deserializeDataParams)
/*override*/
;
69
70
virtual
~ProjectileDescription()
/*override*/
;
71
// NOLINTEND
72
73
public
:
74
// member functions
75
// NOLINTBEGIN
76
MCNAPI
ProjectileDescription
();
77
// NOLINTEND
78
79
public
:
80
// constructor thunks
81
// NOLINTBEGIN
82
MCNAPI
void
*
$ctor
();
83
// NOLINTEND
84
85
public
:
86
// destructor thunk
87
// NOLINTBEGIN
88
MCNAPI
void
$dtor
();
89
// NOLINTEND
90
91
public
:
92
// virtual function thunks
93
// NOLINTBEGIN
94
MCNAPI
char
const
*
$getJsonName
()
const
;
95
96
MCNAPI
void
$deserializeData
(
::DeserializeDataParams
deserializeDataParams);
97
98
99
// NOLINTEND
100
101
public
:
102
// vftables
103
// NOLINTBEGIN
104
MCNAPI
static
void
**
$vftable
();
105
// NOLINTEND
106
};
ActorComponentDescription
Definition
ActorComponentDescription.h:8
DeserializeDataParams
Definition
DeserializeDataParams.h:16
ProjectileDescription::$getJsonName
MCAPI char const * $getJsonName() const
ProjectileDescription::$dtor
MCAPI void $dtor()
ProjectileDescription::$deserializeData
MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams)
ProjectileDescription::$vftable
static MCAPI void ** $vftable()
ProjectileDescription::$ctor
MCAPI void * $ctor()
ProjectileDescription::ProjectileDescription
MCAPI ProjectileDescription()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components_json_legacy
ProjectileDescription.h
Generated on
for LeviLamina by
1.16.1