UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

19 lines (17 loc) 936 B
"use strict"; // 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 = exports.GalleryItemType || (exports.GalleryItemType = {})); //# sourceMappingURL=../maps/app/IGalleryItem.js.map