LeviLamina
Loading...
Searching...
No Matches
SlimeKeepOnJumpingGoal.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
SlimeKeepOnJumpingGoal
:
public
::Goal
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::Mob&> mMob;
18
::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
SlimeKeepOnJumpingGoal
& operator=(
SlimeKeepOnJumpingGoal
const
&);
24
SlimeKeepOnJumpingGoal
(
SlimeKeepOnJumpingGoal
const
&);
25
SlimeKeepOnJumpingGoal
();
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
~SlimeKeepOnJumpingGoal
()
/*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
Mob
Definition
Mob.h:47
SlimeKeepOnJumpingGoal
Definition
SlimeKeepOnJumpingGoal.h:13
SlimeKeepOnJumpingGoal::$canUse
MCAPI bool $canUse()
SlimeKeepOnJumpingGoal::$vftable
static MCAPI void ** $vftable()
SlimeKeepOnJumpingGoal::$tick
MCAPI void $tick()
SlimeKeepOnJumpingGoal::$appendDebugInfo
MCAPI void $appendDebugInfo(::std::string &str) const
src
mc
world
actor
ai
goal
SlimeKeepOnJumpingGoal.h
Generated on Fri Jun 13 2025 05:05:00 for LeviLamina by
1.12.0