LeviLamina
Loading...
Searching...
No Matches
EnableEncryptionCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/codebuilder/EncryptionCipherMode.h"
7
#include "mc/server/commands/Command.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
EnableEncryptionCommand
:
public
::Command {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 32, ::std::string> mPublicKey;
22
::ll::TypedStorage<8, 32, ::std::string> mSalt;
23
::ll::TypedStorage<1, 1, ::CodeBuilder::EncryptionCipherMode> mCipherMode;
24
// NOLINTEND
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
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
49
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CommandRegistry
Definition
CommandRegistry.h:51
EnableEncryptionCommand
Definition
EnableEncryptionCommand.h:17
EnableEncryptionCommand::$vftable
static MCAPI void ** $vftable()
IMinecraftApp
Definition
IMinecraftApp.h:19
src
mc
server
commands
shared
EnableEncryptionCommand.h
Generated on
for LeviLamina by
1.16.1