LeviLamina
Loading...
Searching...
No Matches
QueryTargetCommand.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/CommandSelector.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
class
CommandOrigin
;
13
class
CommandOutput
;
14
class
CommandRegistry
;
15
// clang-format on
16
17
class
QueryTargetCommand
:
public
::Command
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 200, ::CommandSelector<::Actor>> mTargets;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
28
29
virtual
~QueryTargetCommand
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI
static
void
setup(
::CommandRegistry
& registry);
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
42
43
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
Actor
Definition
Actor.h:106
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CommandRegistry
Definition
CommandRegistry.h:50
Command
Definition
Command.h:17
QueryTargetCommand
Definition
QueryTargetCommand.h:17
QueryTargetCommand::$vftable
static MCAPI void ** $vftable()
src
mc
server
commands
edu
QueryTargetCommand.h
Generated on
for LeviLamina by
1.16.1