UNPKG

bedrock-development

Version:

APIs for creating and editing files related to Minecraft Bedrock development.

11 lines (10 loc) 338 B
var _a; import { CommandMap } from "../command_map.js"; CommandMap.addCommand("root.entity", { parent: (_a = CommandMap.getCommandEntry("root")) === null || _a === void 0 ? void 0 : _a.command, commandOptions(command) { command .name("entity") .description('modifies bedrock entities'); }, });