LeviLamina
Loading...
Searching...
No Matches
RandomFlyingGoal.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
Vec3
;
11
// clang-format on
12
13
class
RandomFlyingGoal
:
public
::RandomStrollGoal
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mCanLandOnTrees;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
// vIndex: 1
24
virtual
bool
canUse()
/*override*/
;
25
26
// vIndex: 7
27
virtual
void
appendDebugInfo(::std::string& str)
const
/*override*/
;
28
29
// vIndex: 10
30
virtual
bool
_setWantedPosition()
/*override*/
;
31
32
// vIndex: 0
33
virtual
~RandomFlyingGoal
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCNAPI ::std::optional<::Vec3>
_getTreePos
()
const
;
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCNAPI
bool
$canUse
();
46
47
MCNAPI
void
$appendDebugInfo
(::std::string& str)
const
;
48
49
MCNAPI
bool
$_setWantedPosition
();
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
RandomFlyingGoal
Definition
RandomFlyingGoal.h:13
RandomFlyingGoal::_getTreePos
MCAPI ::std::optional<::Vec3 > _getTreePos() const
RandomFlyingGoal::$canUse
MCAPI bool $canUse()
RandomFlyingGoal::$appendDebugInfo
MCAPI void $appendDebugInfo(::std::string &str) const
RandomFlyingGoal::$_setWantedPosition
MCAPI bool $_setWantedPosition()
RandomFlyingGoal::$vftable
static MCAPI void ** $vftable()
RandomStrollGoal
Definition
RandomStrollGoal.h:15
Vec3
Definition
Vec3.h:10
src
mc
world
actor
ai
goal
RandomFlyingGoal.h
Generated on Fri Jun 13 2025 05:04:59 for LeviLamina by
1.12.0