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