UNPKG

bc-minecraft-bedrock-types

Version:

The typescript library that provides default types for minecraft bedrock

15 lines 638 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FillMode = void 0; /** */ exports.FillMode = { name: "Fill", modes: [ { name: "destroy", documentation: "Destroy the old block, if tile drops is on, they all will drop an item" }, { name: "hollow", documentation: "Create a hollow cube" }, { name: "keep", documentation: "Keeps the old blocks, replaces only air" }, { name: "outline", documentation: "Just sets the outline" }, { name: "replace", documentation: "Replaces a specified block with the given block" }, ], }; //# sourceMappingURL=fill.js.map