@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
18 lines (16 loc) • 881 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlockPropertyType = void 0;
var BlockPropertyType;
(function (BlockPropertyType) {
BlockPropertyType[BlockPropertyType["int"] = 0] = "int";
BlockPropertyType[BlockPropertyType["boolean"] = 1] = "boolean";
BlockPropertyType[BlockPropertyType["string"] = 2] = "string";
BlockPropertyType[BlockPropertyType["float"] = 3] = "float";
BlockPropertyType[BlockPropertyType["stringEnum"] = 4] = "stringEnum";
BlockPropertyType[BlockPropertyType["intEnum"] = 5] = "intEnum";
BlockPropertyType[BlockPropertyType["intBoolean"] = 6] = "intBoolean";
})(BlockPropertyType = exports.BlockPropertyType || (exports.BlockPropertyType = {}));
//# sourceMappingURL=../maps/minecraft/IBlockTypePropertyData.js.map