LeviLamina
Loading...
Searching...
No Matches
HideGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/MoveToPOIGoal.h"
7#include "mc/world/actor/ai/village/POIType.h"
8
9// auto generated forward declare list
10// clang-format off
11class POIInstance;
12// clang-format on
13
14class HideGoal : public ::MoveToPOIGoal {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<2, 2, short> mHideAttempts;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual bool canUse() /*override*/;
25
26 virtual void start() /*override*/;
27
28 virtual bool canContinueToUse() /*override*/;
29
30 virtual void stop() /*override*/;
31
32 virtual void appendDebugInfo(::std::string& str) const /*override*/;
33
34 virtual ::std::weak_ptr<::POIInstance> _getOwnedPOI(::POIType type) const /*override*/;
35
36 virtual uint64 _getRepathTime() const /*override*/;
37
38 virtual ~HideGoal() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI void _sendSoundTheAlarmAchievement() const;
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI bool $canUse();
51
52 MCAPI void $start();
53
54 MCAPI bool $canContinueToUse();
55
56 MCAPI void $stop();
57
58 MCAPI void $appendDebugInfo(::std::string& str) const;
59
60 MCAPI ::std::weak_ptr<::POIInstance> $_getOwnedPOI(::POIType type) const;
61
62 MCFOLD uint64 $_getRepathTime() const;
63
64
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition HideGoal.h:14
static MCAPI void ** $vftable()
Definition POIInstance.h:19