LeviLamina
Loading...
Searching...
No Matches
JumpControlDescription.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
JumpControlDescription
:
public
::ActorComponentDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, float> mJumpPower;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
char
const
* getJsonName()
const
/*override*/
;
24
25
virtual
void
deserializeData(
::DeserializeDataParams
deserializeDataParams)
/*override*/
;
26
27
virtual
~JumpControlDescription
()
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCFOLD
void
$dtor();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI
char
const
* $getJsonName()
const
;
40
41
MCAPI
void
$deserializeData(
::DeserializeDataParams
deserializeDataParams);
42
43
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
ActorComponentDescription
Definition
ActorComponentDescription.h:8
DeserializeDataParams
Definition
DeserializeDataParams.h:16
JumpControlDescription
Definition
JumpControlDescription.h:13
JumpControlDescription::$vftable
static MCAPI void ** $vftable()
src
mc
entity
definitions
JumpControlDescription.h
Generated on
for LeviLamina by
1.16.1