LeviLamina
Loading...
Searching...
No Matches
TitleCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/standard/MessagingCommand.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
TitleCommand :
public
::MessagingCommand {
16
public
:
17
// TitleCommand inner types define
18
enum class
Mode :
int
{
19
Clear = 0,
20
Reset = 1,
21
Title = 2,
22
Subtitle = 3,
23
ActionBar = 4,
24
Times = 5,
25
};
26
27
public
:
28
// member variables
29
// NOLINTBEGIN
30
::ll::UntypedStorage<4, 4>
mUnk8c3b5e;
31
::ll::UntypedStorage<8, 200>
mUnk28fb71;
32
::ll::UntypedStorage<8, 32>
mUnkf19dd5;
33
::ll::UntypedStorage<4, 4>
mUnk189b73;
34
::ll::UntypedStorage<4, 4>
mUnkc6c5f6;
35
::ll::UntypedStorage<4, 4>
mUnka4d770;
36
// NOLINTEND
37
38
public
:
39
// prevent constructor by default
40
TitleCommand& operator=(TitleCommand
const
&);
41
TitleCommand(TitleCommand
const
&);
42
TitleCommand();
43
44
public
:
45
// virtual functions
46
// NOLINTBEGIN
47
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
48
49
virtual
~TitleCommand()
/*override*/
=
default
;
50
// NOLINTEND
51
52
public
:
53
// static functions
54
// NOLINTBEGIN
55
MCAPI
static
void
setup(
::CommandRegistry
& registry);
56
// NOLINTEND
57
58
public
:
59
// virtual function thunks
60
// NOLINTBEGIN
61
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
62
63
64
// NOLINTEND
65
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCNAPI
static
void
**
$vftable
();
70
// NOLINTEND
71
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
TitleCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
TitleCommand.h
Generated on
for LeviLamina by
1.16.1