LeviLamina
Loading...
Searching...
No Matches
HopMoveControl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ai/control/MoveControl.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Mob
;
11
class
MoveControlComponent
;
12
class
Vec3
;
13
// clang-format on
14
15
class
HopMoveControl
:
public
::MoveControl
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, int> mJumpDelayTicks;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
void
tick(
::MoveControlComponent
& parent,
::Mob
& mob)
/*override*/
;
26
27
virtual
void
28
setWantedPosition(
::MoveControlComponent
& parent,
::Mob
& mob,
::Vec3
const
& pos,
float
speed)
/*override*/
;
29
30
virtual
~HopMoveControl
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
void
$tick(
::MoveControlComponent
& parent,
::Mob
& mob);
37
38
MCAPI
void
$setWantedPosition(
::MoveControlComponent
& parent,
::Mob
& mob,
::Vec3
const
& pos,
float
speed);
39
40
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
HopMoveControl
Definition
HopMoveControl.h:15
HopMoveControl::$vftable
static MCAPI void ** $vftable()
Mob
Definition
Mob.h:50
MoveControlComponent
Definition
MoveControlComponent.h:16
MoveControl
Definition
MoveControl.h:16
Vec3
Definition
Vec3.h:10
src
mc
world
actor
ai
control
HopMoveControl.h
Generated on
for LeviLamina by
1.16.1