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