bc-minecraft-bedrock-command
Version:
A typescript package library that handles commands for minecraft bedrock
15 lines • 553 B
TypeScript
import { CommandContainer } from './command-container';
/** The minecraft command data set */
export declare namespace CommandData {
/** The edu command data set */
const Edu: CommandContainer;
/** The vanilla command data set */
const Vanilla: CommandContainer;
/** The execute sub command data set */
const ExecuteSubcommands: CommandContainer;
/** All the vanilla commands */
const VanillaCommands: string[];
/** All the edu commands */
const EduCommands: string[];
}
//# sourceMappingURL=command-data.d.ts.map