LeviLamina
Loading...
Searching...
No Matches
ChangeSettingCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/ServerCommand.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
ChangeSettingCommand
:
public
::ServerCommand {
16
public
:
17
// ChangeSettingCommand inner types define
18
enum class
Setting :
int
{
19
AllowCheats = 0,
20
Difficulty = 1,
21
};
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<4, 4>
mUnkd825e2;
27
::ll::UntypedStorage<4, 4>
mUnk9dc43a;
28
::ll::UntypedStorage<4, 4>
mUnkc6957d;
29
::ll::UntypedStorage<1, 1>
mUnk6dc97e;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
ChangeSettingCommand
& operator=(
ChangeSettingCommand
const
&);
35
ChangeSettingCommand
(
ChangeSettingCommand
const
&);
36
ChangeSettingCommand
();
37
38
public
:
39
// virtual functions
40
// NOLINTBEGIN
41
virtual
void
execute(::CommandOrigin
const
&, ::CommandOutput& output)
const
/*override*/
;
42
43
virtual
~ChangeSettingCommand
()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// static functions
48
// NOLINTBEGIN
49
MCAPI
static
void
setup(::CommandRegistry& registry);
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI
void
$execute(::CommandOrigin
const
&, ::CommandOutput& output)
const
;
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
ChangeSettingCommand
Definition
ChangeSettingCommand.h:15
ChangeSettingCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
server
commands
ChangeSettingCommand.h
Generated on Tue Dec 30 2025 14:20:32 for LeviLamina by
1.12.0