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