bc-minecraft-bedrock-types
Version:
The typescript library that provides default types for minecraft bedrock
12 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ScanMode = void 0;
/** */
exports.ScanMode = {
name: 'Scan',
modes: [
{ name: 'all', documentation: 'Scans all blocks' },
{ name: 'masked', documentation: 'Scans all blocks that match the mask' },
],
};
//# sourceMappingURL=scan.js.map