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
10
class
BlockPos
;
11
// clang-format on
12
13
class
RandomSwimmingGoal
:
public
::RandomStrollGoal
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mAvoidSurface;
18
// NOLINTEND
19
20
public
:
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
39
public
:
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
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
51
// NOLINTEND
52
53
public
:
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
65
public
:
66
// vftables
67
// NOLINTBEGIN
68
MCAPI
static
void
** $vftable();
69
// NOLINTEND
70
};
BlockPos
Definition
BlockPos.h:18
RandomStrollGoal
Definition
RandomStrollGoal.h:15
RandomSwimmingGoal
Definition
RandomSwimmingGoal.h:13
src
mc
world
actor
ai
goal
RandomSwimmingGoal.h
Generated on Sat Apr 26 2025 05:56:02 for LeviLamina by
1.12.0