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