LeviLamina
Loading...
Searching...
No Matches
TagsFromItemCommand.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
TagsFromItemCommand :
public
::Command
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 8>
mUnk37c26e;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
TagsFromItemCommand& operator=(TagsFromItemCommand
const
&);
24
TagsFromItemCommand(TagsFromItemCommand
const
&);
25
TagsFromItemCommand();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
31
32
virtual
~TagsFromItemCommand()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
Command
Definition
Command.h:17
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
TagsFromItemCommand.h
Generated on
for LeviLamina by
1.16.1