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