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