LeviLamina
Loading...
Searching...
No Matches
KillCommand.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
class
CommandRegistry
;
13
// clang-format on
14
15
class
KillCommand
:
public
::Command
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 200>
mUnk9d7db7;
20
::ll::UntypedStorage<1, 1>
mUnk45033c;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
KillCommand
& operator=(
KillCommand
const
&);
26
KillCommand
(
KillCommand
const
&);
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 2
32
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
33
34
// vIndex: 0
35
virtual
~KillCommand
()
/*override*/
=
default
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI
KillCommand
();
42
// NOLINTEND
43
44
public
:
45
// static functions
46
// NOLINTBEGIN
47
MCAPI
static
void
setup(
::CommandRegistry
& registry);
48
// NOLINTEND
49
50
public
:
51
// constructor thunks
52
// NOLINTBEGIN
53
MCAPI
void
* $ctor();
54
// NOLINTEND
55
56
public
:
57
// destructor thunk
58
// NOLINTBEGIN
59
60
// NOLINTEND
61
62
public
:
63
// virtual function thunks
64
// NOLINTBEGIN
65
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCAPI
static
void
** $vftable();
72
// NOLINTEND
73
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:44
Command
Definition
Command.h:17
KillCommand
Definition
KillCommand.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
KillCommand.h
Generated on Sat Apr 26 2025 05:55:57 for LeviLamina by
1.12.0