LeviLamina
Loading...
Searching...
No Matches
SlimeMoveControl.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
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, int> mJumpDelayTicks;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 2
25 virtual void tick(::MoveControlComponent& parent, ::Mob& mob) /*override*/;
26
27 // vIndex: 0
28 virtual ~SlimeMoveControl() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI void $tick(::MoveControlComponent& parent, ::Mob& mob);
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCAPI static void** $vftable();
47 // NOLINTEND
48};
Definition Mob.h:47
Definition MoveControlComponent.h:13
Definition MoveControl.h:16
Definition SlimeMoveControl.h:14