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
10
class
CommandOrigin
;
11
class
CommandOutput
;
12
// clang-format on
13
14
class
ItemsWithTagCommand
:
public
::Command {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 32, ::std::string> mTag;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
ItemsWithTagCommand
Definition
ItemsWithTagCommand.h:14
src
mc
server
commands
standard
ItemsWithTagCommand.h
Generated on
for LeviLamina by
1.16.1