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