LeviLamina
Loading...
Searching...
No Matches
ScriptEventCommand.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
CommandMessage
;
11
class
CommandOrigin
;
12
class
CommandOutput
;
13
class
CommandRegistry
;
14
// clang-format on
15
16
class
ScriptEventCommand
:
public
::Command
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 32, ::std::string> mMessageId;
21
::ll::TypedStorage<8, 24, ::CommandMessage> mMessage;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 2
28
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
29
30
// vIndex: 0
31
virtual
~ScriptEventCommand
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// static functions
36
// NOLINTBEGIN
37
MCAPI
static
void
setup(
::CommandRegistry
& registry);
38
// NOLINTEND
39
40
public
:
41
// static variables
42
// NOLINTBEGIN
43
MCAPI
static
ushort
const
& MAX_MESSAGE_LENGTH();
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCAPI
static
void
** $vftable();
62
// NOLINTEND
63
};
CommandMessage
Definition
CommandMessage.h:15
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:44
Command
Definition
Command.h:17
ScriptEventCommand
Definition
ScriptEventCommand.h:16
src
mc
server
commands
ScriptEventCommand.h
Generated on Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0