LeviLamina
Loading...
Searching...
No Matches
AgentLookControl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/control/LookControl.h"
7
8// auto generated forward declare list
9// clang-format off
10class Mob;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual void initializeInternal(::Mob& mob) /*override*/;
18
19 virtual void tick(::Mob& mob) /*override*/;
20
21 virtual ~AgentLookControl() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // virtual function thunks
26 // NOLINTBEGIN
27 MCAPI void $initializeInternal(::Mob& mob);
28
29 MCAPI void $tick(::Mob& mob);
30
31
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCAPI static void** $vftable();
38 // NOLINTEND
39};
Definition AgentLookControl.h:13
Definition LookControl.h:13
static MCAPI void ** $vftable()
Definition Mob.h:51