LeviLamina
Loading...
Searching...
No Matches
PreferredPathDescription.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
10struct BlockSet;
12// clang-format on
13
14struct PreferredPathDescription : public ::ActorComponentDescription {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, float> mDefaultBlockCost;
19 ::ll::TypedStorage<4, 4, float> mJumpCost;
20 ::ll::TypedStorage<4, 4, int> mMaxFallBlocks;
21 ::ll::TypedStorage<8, 24, ::std::vector<::BlockSet>> mPreferredPathGroup;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual char const* getJsonName() const /*override*/;
28
29 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI PreferredPathDescription();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI char const* $getJsonName() const;
48
49 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
50
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition ActorComponentDescription.h:8
Definition BlockSet.h:5
Definition DeserializeDataParams.h:13
static MCAPI void ** $vftable()