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 MCNAPI void _getWaterHeights(
43 ::BlockPos testPos,
44 short& groundLevel,
45 float& waterLevel,
46 float& minHeight,
47 float& maxHeight
48 ) const;
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCNAPI bool $canUse();
55
56 MCNAPI bool $canContinueToUse();
57
58 MCNAPI void $appendDebugInfo(::std::string& str) const;
59
60 MCNAPI bool $_setWantedPosition();
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition BlockPos.h:18
Definition RandomStrollGoal.h:15
Definition RandomSwimmingGoal.h:13
MCAPI void _getWaterHeights(::BlockPos testPos, short &groundLevel, float &waterLevel, float &minHeight, float &maxHeight) const
static MCAPI void ** $vftable()
MCAPI bool $canContinueToUse()
MCAPI bool $_setWantedPosition()
MCAPI void $appendDebugInfo(::std::string &str) const
MCAPI bool $canUse()