LeviLamina
Loading...
Searching...
No Matches
RandomSwimmingGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/RandomStrollGoal.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<1, 1, bool> mAvoidSurface;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 1
24 virtual bool canUse() /*override*/;
25
26 // vIndex: 2
27 virtual bool canContinueToUse() /*override*/;
28
29 // vIndex: 7
30 virtual void appendDebugInfo(::std::string& str) const /*override*/;
31
32 // vIndex: 10
33 virtual bool _setWantedPosition() /*override*/;
34
35 // vIndex: 0
36 virtual ~RandomSwimmingGoal() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI void
43 _getWaterHeights(::BlockPos testPos, short& groundLevel, float& waterLevel, float& minHeight, float& maxHeight)
44 const;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCAPI bool $canUse();
57
58 MCAPI bool $canContinueToUse();
59
60 MCAPI void $appendDebugInfo(::std::string& str) const;
61
62 MCAPI bool $_setWantedPosition();
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
Definition BlockPos.h:18
Definition RandomStrollGoal.h:15
Definition RandomSwimmingGoal.h:13