LeviLamina
Loading...
Searching...
No Matches
ExecuteCommandHelpers.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
Command
;
9
class
CommandOrigin
;
10
class
CommandOutput
;
11
// clang-format on
12
13
namespace
ExecuteCommandHelpers {
14
// functions
15
// NOLINTBEGIN
16
MCAPI
void
handleResult(
::Command
const
& command, ::std::vector<::Actor const*>
const
& failed,
::CommandOutput
& output);
17
18
MCAPI
void
runCommand(
19
::Command
const
& command,
20
::CommandOrigin
const
& commandOrigin,
21
::Actor
const
* entity,
22
::std::vector<::Actor const*>& failed,
23
::CommandOutput
& output
24
);
25
// NOLINTEND
26
27
}
// namespace ExecuteCommandHelpers
Actor
Definition
Actor.h:104
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
Command
Definition
Command.h:17
src
mc
server
commands
ExecuteCommandHelpers.h
Generated on Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0