LeviLamina
Loading...
Searching...
No Matches
BarterGoal.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
BarterComponent
;
11
class
Mob
;
12
class
Vec3
;
13
// clang-format on
14
15
class
BarterGoal
:
public
::Goal
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::Mob&> mMob;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
BarterGoal
& operator=(
BarterGoal
const
&);
25
BarterGoal
(
BarterGoal
const
&);
26
BarterGoal
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 1
32
virtual
bool
canUse()
/*override*/
;
33
34
// vIndex: 2
35
virtual
bool
canContinueToUse()
/*override*/
;
36
37
// vIndex: 6
38
virtual
void
tick()
/*override*/
;
39
40
// vIndex: 7
41
virtual
void
appendDebugInfo(::std::string& str)
const
/*override*/
;
42
43
// vIndex: 0
44
virtual
~BarterGoal
()
/*override*/
=
default
;
45
// NOLINTEND
46
47
public
:
48
// member functions
49
// NOLINTBEGIN
50
MCAPI ::Vec3 _getThrowVector();
51
52
MCAPI
void
_sendBarterEventPacket(
::BarterComponent
* barterComponent);
53
// NOLINTEND
54
55
public
:
56
// virtual function thunks
57
// NOLINTBEGIN
58
MCAPI
bool
$canUse();
59
60
MCFOLD
bool
$canContinueToUse();
61
62
MCAPI
void
$tick();
63
64
MCAPI
void
$appendDebugInfo(::std::string& str)
const
;
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCNAPI
static
void
**
$vftable
();
71
// NOLINTEND
72
};
BarterComponent
Definition
BarterComponent.h:13
BarterGoal
Definition
BarterGoal.h:15
BarterGoal::$vftable
static MCAPI void ** $vftable()
Goal
Definition
Goal.h:14
Mob
Definition
Mob.h:47
Vec3
Definition
Vec3.h:10
src-server
mc
world
actor
ai
goal
BarterGoal.h
Generated on Sun Oct 12 2025 06:32:14 for LeviLamina by
1.12.0