LeviLamina
Loading...
Searching...
No Matches
DeOpCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/CommandSelector.h"
7
#include "mc/server/commands/ServerCommand.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
CommandOrigin
;
12
class
CommandOutput
;
13
class
CommandRegistry
;
14
class
Player
;
15
// clang-format on
16
17
class
DeOpCommand
:
public
::ServerCommand
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 200, ::CommandSelector<::Player>> mTargets;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI
static
void
setup(
::CommandRegistry
& registry);
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CommandRegistry
Definition
CommandRegistry.h:51
DeOpCommand
Definition
DeOpCommand.h:17
DeOpCommand::$vftable
static MCAPI void ** $vftable()
Player
Definition
Player.h:137
ServerCommand
Definition
ServerCommand.h:22
src
mc
server
commands
standard
DeOpCommand.h
Generated on
for LeviLamina by
1.16.1