LeviLamina
Loading...
Searching...
No Matches
LookAtTradingPlayerGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/LookAtActorGoal.h"
7
8// auto generated forward declare list
9// clang-format off
10class Mob;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 0
24 virtual ~LookAtTradingPlayerGoal() /*override*/ = default;
25
26 // vIndex: 1
27 virtual bool canUse() /*override*/;
28
29 // vIndex: 2
30 virtual bool canContinueToUse() /*override*/;
31
32 // vIndex: 7
33 virtual void appendDebugInfo(::std::string& str) const /*override*/;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI bool $canUse();
46
47 MCAPI bool $canContinueToUse();
48
49 MCAPI void $appendDebugInfo(::std::string& str) const;
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCAPI static void** $vftable();
56 // NOLINTEND
57};
Definition LookAtActorGoal.h:16
Definition LookAtTradingPlayerGoal.h:13
Definition Mob.h:47