bc-minecraft-bedrock-types
Version:
The typescript library that provides default types for minecraft bedrock
14 lines • 589 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MirrorMode = void 0;
/** */
exports.MirrorMode = {
name: 'Mirror',
modes: [
{ name: 'none', documentation: 'Does not mirror the structure' },
{ name: 'x', documentation: 'Mirrors the structure using the x - axis as the mirror' },
{ name: 'xz', documentation: 'Mirrors the structure using the x - axis and z - axis as the mirror' },
{ name: 'z', documentation: 'Mirrors the structure using the z - axis as the mirror' },
],
};
//# sourceMappingURL=mirror.js.map