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