LeviLamina
Loading...
Searching...
No Matches
VexCopyOwnerTargetGoal.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ai/goal/target/TargetGoal.h"
7
8
class
VexCopyOwnerTargetGoal
:
public
::TargetGoal {
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
virtual
bool
canUse()
/*override*/
;
13
14
virtual
void
appendDebugInfo(::std::string& str)
const
/*override*/
;
15
16
virtual
void
start()
/*override*/
;
17
18
virtual
~VexCopyOwnerTargetGoal
()
/*override*/
=
default
;
19
// NOLINTEND
20
21
public
:
22
// virtual function thunks
23
// NOLINTBEGIN
24
MCAPI
bool
$canUse();
25
26
MCAPI
void
$appendDebugInfo(::std::string& str)
const
;
27
28
MCAPI
void
$start();
29
30
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
VexCopyOwnerTargetGoal
Definition
VexCopyOwnerTargetGoal.h:8
VexCopyOwnerTargetGoal::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
ai
goal
target
VexCopyOwnerTargetGoal.h
Generated on
for LeviLamina by
1.16.1