LeviLamina
Loading...
Searching...
No Matches
NavigationDescription.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
10class BlockDescriptor;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mNavigationType;
19 ::ll::TypedStorage<1, 1, bool> mIsAmphibious;
20 ::ll::TypedStorage<1, 1, bool> mAvoidSun;
21 ::ll::TypedStorage<1, 1, bool> mCanPassDoors;
22 ::ll::TypedStorage<1, 1, bool> mCanOpenDoors;
23 ::ll::TypedStorage<1, 1, bool> mCanOpenIronDoors;
24 ::ll::TypedStorage<1, 1, bool> mCanBreakDoors;
25 ::ll::TypedStorage<1, 1, bool> mAvoidWater;
26 ::ll::TypedStorage<1, 1, bool> mAvoidDamageBlocks;
27 ::ll::TypedStorage<1, 1, bool> mCanFloat;
28 ::ll::TypedStorage<1, 1, bool> mCanSink;
29 ::ll::TypedStorage<1, 1, bool> mCanPathOverLava;
30 ::ll::TypedStorage<1, 1, bool> mCanWalkInLava;
31 ::ll::TypedStorage<1, 1, bool> mAvoidPortals;
32 ::ll::TypedStorage<1, 1, bool> mCanWalk;
33 ::ll::TypedStorage<1, 1, bool> mCanSwim;
34 ::ll::TypedStorage<1, 1, bool> mCanBreach;
35 ::ll::TypedStorage<1, 1, bool> mCanJump;
36 ::ll::TypedStorage<1, 1, bool> mUsingDoorAnnotations;
37 ::ll::TypedStorage<1, 1, bool> mCanPathFromAir;
38 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mBlocksToAvoid;
39 // NOLINTEND
40
41public:
42 // virtual functions
43 // NOLINTBEGIN
44 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
45
46 virtual ~NavigationDescription() /*override*/;
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
59
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition BlockDescriptor.h:20
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:16
Definition NavigationDescription.h:14
static MCAPI void ** $vftable()