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/entity/definitions/JumpDataDescriptor.h"
7#include "mc/world/actor/ActorComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, float> mJumpPower;
19 ::ll::TypedStorage<4, 16, ::JumpDataDescriptor> mRegularSkipData;
20 ::ll::TypedStorage<4, 16, ::JumpDataDescriptor> mFastSkipData;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual char const* getJsonName() const /*override*/;
27
28 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
29
30 virtual ~JumpControlDescription() /*override*/;
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCFOLD void $dtor();
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCAPI char const* $getJsonName() const;
43
44 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
45
46
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:16
Definition JumpControlDescription.h:14
static MCAPI void ** $vftable()