LeviLamina
Loading...
Searching...
No Matches
ItemsWithTagCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/Command.h"
7
8// auto generated forward declare list
9// clang-format off
10class CommandOrigin;
11class CommandOutput;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 2
31 virtual void execute(::CommandOrigin const&, ::CommandOutput&) const /*override*/;
32
33 // vIndex: 0
34 virtual ~ItemsWithTagCommand() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46
47 // NOLINTEND
48};
Definition CommandOrigin.h:32
Definition CommandOutput.h:19
Definition Command.h:17
Definition ItemsWithTagCommand.h:14
Definition Alias.h:14