3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/server/commands/ServerCommand.h"
21 enum class Subcommand :
int {
26 enum class ExportSubcommandTypes :
int {
33 enum class TaskState :
int {
67 MCAPI
static void _exportSubcommand(
70 ::ProjectCommand::ExportSubcommandTypes commandExportType,
74 MCAPI static ::Core::PathBuffer<::std::string> _getLevelExportPath(
77 ::std::string
const& exportFileExtension
80 MCAPI
static void _outputFormattedCommand(
83 ::std::string
const& prefix,
84 ::std::string
const& commandType,
85 ::std::string
const& msg,
86 ::std::vector<::std::string>
const& args
89 MCAPI
static void _reportErrorToUser(
92 ::std::string
const& commandType,
93 ::std::string
const& msg,
94 ::std::vector<::std::string>
const& args
97 MCAPI
static void _reportToUser(
100 ::std::string
const& commandType,
101 ::std::string
const& msg,
102 ::std::vector<::std::string>
const& args
Definition CommandOrigin.h:32
Definition CommandOutput.h:19
Definition CommandRegistry.h:45
Definition PathBuffer.h:8
Definition ProjectCommand.h:18
static MCAPI void ** $vftable()
Definition ServerCommand.h:22
Definition ActorUniqueID.h:5