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