bc-minecraft-bedrock-types
Version:
The typescript library that provides default types for minecraft bedrock
12 lines • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StructureAnimationMode = void 0;
/** */
exports.StructureAnimationMode = {
name: 'Structure Animation',
modes: [
{ name: 'block_by_block', documentation: 'Animate the whole process block by block' },
{ name: 'layer_by_layer', documentation: 'Animate the whole process layer by layer' },
],
};
//# sourceMappingURL=structure-animation.js.map