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