LeviLamina
Loading...
Searching...
No Matches
CommandOutputSender.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/CommandPermissionLevel.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
AutomationCmdOutput
;
11
class
CommandOrigin
;
12
class
CommandOutput
;
13
// clang-format on
14
15
class
CommandOutputSender
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 64>
mUnk9d00b4;
20
::ll::UntypedStorage<8, 8>
mUnkf1fd72;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
CommandOutputSender
& operator=(
CommandOutputSender
const
&);
26
CommandOutputSender
(
CommandOutputSender
const
&);
27
CommandOutputSender
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~CommandOutputSender
() =
default
;
34
35
// vIndex: 1
36
virtual
void
send(
::CommandOrigin
const
& origin,
::CommandOutput
const
& output);
37
38
// vIndex: 2
39
virtual
void
registerOutputCallback(::std::function<
void
(
::AutomationCmdOutput
&)>
const
& callback);
40
// NOLINTEND
41
42
public
:
43
// member functions
44
// NOLINTBEGIN
45
MCAPI
void
46
sendToAdmins(
::CommandOrigin
const
& origin,
::CommandOutput
const
& output, ::CommandPermissionLevel opPermLevel);
47
// NOLINTEND
48
49
public
:
50
// static functions
51
// NOLINTBEGIN
52
MCFOLD static ::std::vector<::std::string> translate(::std::vector<::std::string>
const
& in);
53
// NOLINTEND
54
55
public
:
56
// destructor thunk
57
// NOLINTBEGIN
58
59
// NOLINTEND
60
61
public
:
62
// virtual function thunks
63
// NOLINTBEGIN
64
MCAPI
void
$send(
::CommandOrigin
const
& origin,
::CommandOutput
const
& output);
65
66
MCFOLD
void
$registerOutputCallback(::std::function<
void
(
::AutomationCmdOutput
&)>
const
& callback);
67
// NOLINTEND
68
69
public
:
70
// vftables
71
// NOLINTBEGIN
72
MCAPI
static
void
** $vftable();
73
// NOLINTEND
74
};
AutomationCmdOutput
Definition
AutomationCmdOutput.h:5
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutputSender
Definition
CommandOutputSender.h:15
CommandOutput
Definition
CommandOutput.h:19
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
CommandOutputSender.h
Generated on Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0