跳转至

ExportResult

文档版本:1.21.0.24

ExportResult枚举。script_api.minecraft/server-editor-bindings.exportresult.description

常量

EditorSystemFailure
static read-only EditorSystemFailure = 7;
FileArchiverFetchFailed
static read-only FileArchiverFetchFailed = 2;
LevelFetchFailed
static read-only LevelFetchFailed = 1;
PlayerNotFound
static read-only PlayerNotFound = 4;
ProjectConverterFetchFailed
static read-only ProjectConverterFetchFailed = 3;
ValidWorldExport
static read-only ValidWorldExport = 0;
WorldExportBusy
static read-only WorldExportBusy = 6;
WorldExportFailed
static read-only WorldExportFailed = 5;