@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
26 lines (25 loc) • 1.6 kB
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.GalleryItemType = void 0;
var GalleryItemType;
(function (GalleryItemType) {
GalleryItemType[GalleryItemType["project"] = 0] = "project";
GalleryItemType[GalleryItemType["chunk"] = 1] = "chunk";
GalleryItemType[GalleryItemType["blockType"] = 2] = "blockType";
GalleryItemType[GalleryItemType["codeSample"] = 3] = "codeSample";
GalleryItemType[GalleryItemType["entityType"] = 4] = "entityType";
GalleryItemType[GalleryItemType["editorCodeSample"] = 5] = "editorCodeSample";
GalleryItemType[GalleryItemType["editorProject"] = 6] = "editorProject";
GalleryItemType[GalleryItemType["itemType"] = 7] = "itemType";
GalleryItemType[GalleryItemType["actionSet"] = 8] = "actionSet";
GalleryItemType[GalleryItemType["modelDesign"] = 9] = "modelDesign";
GalleryItemType[GalleryItemType["spawnLootRecipes"] = 21] = "spawnLootRecipes";
GalleryItemType[GalleryItemType["worldGen"] = 22] = "worldGen";
GalleryItemType[GalleryItemType["visuals"] = 23] = "visuals";
GalleryItemType[GalleryItemType["entityItemBlockSingleFiles"] = 41] = "entityItemBlockSingleFiles";
GalleryItemType[GalleryItemType["worldGenSingleFiles"] = 42] = "worldGenSingleFiles";
GalleryItemType[GalleryItemType["visualSingleFiles"] = 43] = "visualSingleFiles";
GalleryItemType[GalleryItemType["catalogSingleFiles"] = 44] = "catalogSingleFiles";
})(GalleryItemType || (exports.GalleryItemType = GalleryItemType = {}));