21 enum class Subcommand :
int {
26 enum class ExportSubcommandTypes :
int {
33 enum class TaskState :
int {
67 MCAPI
static void _exportSubcommand(
70 ::ProjectCommand::ExportSubcommandTypes callingPlayerUniqueId,
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
123 MCAPI
static void** $vftable();