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