LeviLamina
Loading...
Searching...
No Matches
ControlSchemeCommand.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
ControlSchemeCommand :
public
::Command
{
16
public
:
17
// ControlSchemeCommand inner types define
18
enum class
Action : uchar {
19
Set = 0,
20
Clear = 1,
21
};
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<8, 200>
mUnkecf6f1;
27
::ll::UntypedStorage<1, 1>
mUnk90a465;
28
::ll::UntypedStorage<1, 1>
mUnk97d303;
29
// NOLINTEND
30
31
public
:
32
// prevent constructor by default
33
ControlSchemeCommand& operator=(ControlSchemeCommand
const
&);
34
ControlSchemeCommand(ControlSchemeCommand
const
&);
35
ControlSchemeCommand();
36
37
public
:
38
// virtual functions
39
// NOLINTBEGIN
40
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
41
42
virtual
~ControlSchemeCommand()
/*override*/
=
default
;
43
// NOLINTEND
44
45
public
:
46
// static functions
47
// NOLINTBEGIN
48
MCAPI
static
void
setup(
::CommandRegistry
& registry);
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
55
56
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
Command
Definition
Command.h:17
ControlSchemeCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
ControlSchemeCommand.h
Generated on
for LeviLamina by
1.16.1