LeviLamina
Loading...
Searching...
No Matches
TestForBlocksCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/Command.h"
7#include "mc/server/commands/CommandPosition.h"
8
9// auto generated forward declare list
10// clang-format off
11class CommandOrigin;
12class CommandOutput;
13class CommandRegistry;
14// clang-format on
15
17public:
18 // TestForBlocksCommand inner types define
19 enum class Mode : int {
20 All = 0,
21 Masked = 1,
22 };
23
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<4, 16, ::CommandPosition> mBegin;
28 ::ll::TypedStorage<4, 16, ::CommandPosition> mEnd;
29 ::ll::TypedStorage<4, 16, ::CommandPosition> mDestination;
30 ::ll::TypedStorage<4, 4, ::TestForBlocksCommand::Mode> mMode;
31 // NOLINTEND
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual void execute(::CommandOrigin const& origin, ::CommandOutput& output) const /*override*/;
37
38 virtual ~TestForBlocksCommand() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void setup(::CommandRegistry& registry);
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI void $execute(::CommandOrigin const& origin, ::CommandOutput& output) const;
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition CommandOrigin.h:32
Definition CommandOutput.h:20
Definition CommandRegistry.h:50
Definition Command.h:17
Definition TestForBlocksCommand.h:16
static MCAPI void ** $vftable()