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 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual bool canUse() /*override*/;
33
34 // vIndex: 2
35 virtual bool canContinueToUse() /*override*/;
36
37 // vIndex: 4
38 virtual void start() /*override*/;
39
40 // vIndex: 7
41 virtual void appendDebugInfo(::std::string& str) const /*override*/;
42
43 // vIndex: 0
44 virtual ~SilverfishMergeWithStoneGoal() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCNAPI bool $canUse();
51
52 MCNAPI bool $canContinueToUse();
53
54 MCNAPI void $start();
55
56 MCNAPI void $appendDebugInfo(::std::string& str) const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
Definition RandomStrollGoal.h:15
Definition SilverfishMergeWithStoneGoal.h:13
MCAPI void $appendDebugInfo(::std::string &str) const
static MCAPI void ** $vftable()
Definition Silverfish.h:14