19 enum class ErrorType :
int {
31 MCAPI ScriptCommandError(::std::string message, ::ScriptModuleMinecraft::ScriptCommandError::ErrorType type);
33 MCAPI ScriptCommandError(::std::string messages,
::MCRESULT const& result);
39 MCAPI static ::Scripting::ErrorBinding bind();
45 MCAPI
void* $ctor(::std::string message, ::ScriptModuleMinecraft::ScriptCommandError::ErrorType type);
47 MCAPI
void* $ctor(::std::string messages,
::MCRESULT const& result);