LeviLamina
Loading...
Searching...
No Matches
PlayerVehicleTamedGoal.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ai/goal/Goal.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Mob
;
11
// clang-format on
12
13
class
PlayerVehicleTamedGoal
:
public
::Goal
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::Mob&> mMob;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
PlayerVehicleTamedGoal
& operator=(
PlayerVehicleTamedGoal
const
&);
23
PlayerVehicleTamedGoal
(
PlayerVehicleTamedGoal
const
&);
24
PlayerVehicleTamedGoal
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 1
30
virtual
bool
canUse()
/*override*/
;
31
32
// vIndex: 2
33
virtual
bool
canContinueToUse()
/*override*/
;
34
35
// vIndex: 4
36
virtual
void
start()
/*override*/
;
37
38
// vIndex: 6
39
virtual
void
tick()
/*override*/
;
40
41
// vIndex: 7
42
virtual
void
appendDebugInfo(::std::string& str)
const
/*override*/
;
43
44
// vIndex: 0
45
virtual
~PlayerVehicleTamedGoal
()
/*override*/
=
default
;
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCNAPI
bool
$canUse
();
52
53
MCNAPI
bool
$canContinueToUse
();
54
55
MCNAPI
void
$start
();
56
57
MCNAPI
void
$tick
();
58
59
MCNAPI
void
$appendDebugInfo
(::std::string& str)
const
;
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCNAPI
static
void
**
$vftable
();
66
// NOLINTEND
67
};
Goal
Definition
Goal.h:14
Mob
Definition
Mob.h:47
PlayerVehicleTamedGoal
Definition
PlayerVehicleTamedGoal.h:13
PlayerVehicleTamedGoal::$canUse
MCAPI bool $canUse()
PlayerVehicleTamedGoal::$appendDebugInfo
MCAPI void $appendDebugInfo(::std::string &str) const
PlayerVehicleTamedGoal::$canContinueToUse
MCAPI bool $canContinueToUse()
PlayerVehicleTamedGoal::$tick
MCAPI void $tick()
PlayerVehicleTamedGoal::$vftable
static MCAPI void ** $vftable()
PlayerVehicleTamedGoal::$start
MCAPI void $start()
src
mc
world
actor
ai
goal
PlayerVehicleTamedGoal.h
Generated on Fri Jun 13 2025 05:04:59 for LeviLamina by
1.12.0