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