LeviLamina
Loading...
Searching...
No Matches
HoverMoveControl.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
// clang-format on
13
14
class
HoverMoveControl :
public
::MoveControl {
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
void
tick(
::MoveControlComponent
& parent,
::Mob
& mob)
/*override*/
;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI HoverMoveControl();
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCAPI
void
* $ctor();
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
void
$tick(
::MoveControlComponent
& parent,
::Mob
& mob);
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
HoverMoveControl::$vftable
static MCAPI void ** $vftable()
Mob
Definition
Mob.h:57
MoveControlComponent
Definition
MoveControlComponent.h:16
src
mc
world
actor
ai
control
HoverMoveControl.h
Generated on
for LeviLamina by
1.16.1