LeviLamina
Loading...
Searching...
No Matches
AgentCommandExecutionGoal.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
AgentCommandExecutionGoal
:
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
AgentCommandExecutionGoal
& operator=(
AgentCommandExecutionGoal
const
&);
23
AgentCommandExecutionGoal
(
AgentCommandExecutionGoal
const
&);
24
AgentCommandExecutionGoal
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 1
30
virtual
bool
canUse()
/*override*/
;
31
32
// vIndex: 4
33
virtual
void
start()
/*override*/
;
34
35
// vIndex: 5
36
virtual
void
stop()
/*override*/
;
37
38
// vIndex: 3
39
virtual
bool
canBeInterrupted()
/*override*/
;
40
41
// vIndex: 7
42
virtual
void
appendDebugInfo(::std::string& str)
const
/*override*/
;
43
44
// vIndex: 0
45
virtual
~AgentCommandExecutionGoal
()
/*override*/
=
default
;
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCNAPI
bool
$canUse
();
52
53
MCNAPI
void
$start
();
54
55
MCNAPI
void
$stop
();
56
57
MCNAPI
bool
$canBeInterrupted
();
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
};
AgentCommandExecutionGoal
Definition
AgentCommandExecutionGoal.h:13
AgentCommandExecutionGoal::$stop
MCAPI void $stop()
AgentCommandExecutionGoal::$start
MCAPI void $start()
AgentCommandExecutionGoal::$appendDebugInfo
MCAPI void $appendDebugInfo(::std::string &str) const
AgentCommandExecutionGoal::$vftable
static MCAPI void ** $vftable()
AgentCommandExecutionGoal::$canUse
MCAPI bool $canUse()
AgentCommandExecutionGoal::$canBeInterrupted
MCAPI bool $canBeInterrupted()
Goal
Definition
Goal.h:14
Mob
Definition
Mob.h:47
src
mc
world
actor
ai
goal
AgentCommandExecutionGoal.h
Generated on Fri Jun 13 2025 05:04:57 for LeviLamina by
1.12.0