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