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
#include "mc/server/commands/CommandItem.h"
8
#include "mc/server/commands/CommandSelector.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
Actor
;
13
class
CommandOrigin
;
14
class
CommandOutput
;
15
// clang-format on
16
17
class
EquipCommand
:
public
::Command {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 200, ::CommandSelector<::Actor>> mTargets;
22
::ll::TypedStorage<8, 8, ::CommandItem> mItem;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
Actor
Definition
Actor.h:125
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
EquipCommand
Definition
EquipCommand.h:17
src
mc
server
commands
test
EquipCommand.h
Generated on
for LeviLamina by
1.16.1