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