@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
10 lines (9 loc) • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WorldTestItemType = void 0;
var WorldTestItemType;
(function (WorldTestItemType) {
WorldTestItemType[WorldTestItemType["setBlock"] = 1] = "setBlock";
WorldTestItemType[WorldTestItemType["spawnEntity"] = 2] = "spawnEntity";
WorldTestItemType[WorldTestItemType["runCommand"] = 5] = "runCommand";
})(WorldTestItemType || (exports.WorldTestItemType = WorldTestItemType = {}));