LeviLamina
Loading...
Searching...
No Matches
CommandOutputMessage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/CommandOutputMessageType.h"
7
8
class
CommandOutputMessage
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::CommandOutputMessageType mType;
13
::std::string mMessageId;
14
::std::vector<::std::string> mParams;
15
// NOLINTEND
16
17
public
:
18
CommandOutputMessage
& operator=(
CommandOutputMessage
const
&) =
default
;
19
CommandOutputMessage
(
CommandOutputMessage
const
&) =
default
;
20
CommandOutputMessage
() =
default
;
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI
CommandOutputMessage
(
::CommandOutputMessage
&& rhs);
26
27
MCAPI
CommandOutputMessage
(
28
::CommandOutputMessageType type,
29
::std::string
const
& msgId,
30
::std::vector<::std::string>&& params = {}
31
);
32
33
MCAPI
~CommandOutputMessage
();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
::CommandOutputMessage
&& rhs);
40
41
MCAPI
void
*
42
$ctor(::CommandOutputMessageType type, ::std::string
const
& msgId, ::std::vector<::std::string>&& params);
43
// NOLINTEND
44
45
public
:
46
// destructor thunk
47
// NOLINTBEGIN
48
MCFOLD
void
$dtor();
49
// NOLINTEND
50
};
CommandOutputMessage
Definition
CommandOutputMessage.h:8
src
mc
server
commands
CommandOutputMessage.h
Generated on Tue Jun 10 2025 15:19:34 for LeviLamina by
1.12.0