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 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCAPI char const* $getJsonName() const;
35
36 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
37
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:13
Definition JumpControlDescription.h:14
static MCAPI void ** $vftable()