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
13class LookAtTradingPlayerGoal : public ::LookAtActorGoal {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 LookAtTradingPlayerGoal& operator=(LookAtTradingPlayerGoal const&);
23 LookAtTradingPlayerGoal(LookAtTradingPlayerGoal const&);
24 LookAtTradingPlayerGoal();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~LookAtTradingPlayerGoal() /*override*/ = default;
30
31 virtual bool canUse() /*override*/;
32
33 virtual bool canContinueToUse() /*override*/;
34
35 virtual void appendDebugInfo(::std::string& str) const /*override*/;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCAPI bool $canUse();
42
43 MCAPI bool $canContinueToUse();
44
45 MCAPI void $appendDebugInfo(::std::string& str) const;
46
47
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
static MCAPI void ** $vftable()
Definition Mob.h:51