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