bc-minecraft-bedrock-project
Version:
The typescript library responsible for reading/parsing minecraft bedrock data
9 lines • 425 B
TypeScript
import { CommandContainer } from 'bc-minecraft-bedrock-command';
import { TextDocument } from '../../../types';
import { CustomCommand } from './custom-command';
/**
* Parses script files and returns script-defined custom commands.
*/
export declare function process(doc: TextDocument): CustomCommand[];
export declare function parseCustomCommands(doc: TextDocument): CommandContainer;
//# sourceMappingURL=process.d.ts.map