LeviLamina
Loading...
Searching...
No Matches
DialogueCommand.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
DialogueCommand :
public
::Command
{
16
public
:
17
// DialogueCommand inner types define
18
enum class
Action :
int
{
19
Open = 0,
20
Change = 1,
21
};
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<4, 4>
mUnkcd0c80;
27
::ll::UntypedStorage<8, 200>
mUnk724f5e;
28
::ll::UntypedStorage<8, 200>
mUnkbc8e8d;
29
::ll::UntypedStorage<8, 32>
mUnk95f4fd;
30
::ll::UntypedStorage<1, 1>
mUnk8ba152;
31
// NOLINTEND
32
33
public
:
34
// prevent constructor by default
35
DialogueCommand& operator=(DialogueCommand
const
&);
36
DialogueCommand(DialogueCommand
const
&);
37
38
public
:
39
// virtual functions
40
// NOLINTBEGIN
41
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
42
43
virtual
~DialogueCommand()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// member functions
48
// NOLINTBEGIN
49
MCAPI DialogueCommand();
50
// NOLINTEND
51
52
public
:
53
// static functions
54
// NOLINTBEGIN
55
MCAPI
static
void
setup(
::CommandRegistry
& registry);
56
// NOLINTEND
57
58
public
:
59
// constructor thunks
60
// NOLINTBEGIN
61
MCAPI
void
* $ctor();
62
// NOLINTEND
63
64
public
:
65
// virtual function thunks
66
// NOLINTBEGIN
67
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
68
69
70
// NOLINTEND
71
72
public
:
73
// vftables
74
// NOLINTBEGIN
75
MCNAPI
static
void
**
$vftable
();
76
// NOLINTEND
77
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
Command
Definition
Command.h:17
DialogueCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
edu
DialogueCommand.h
Generated on
for LeviLamina by
1.16.1