bc-minecraft-bedrock-project
Version:
The typescript library responsible for reading/parsing minecraft bedrock data
5 lines • 299 B
TypeScript
import { Command } from 'bc-minecraft-bedrock-command';
import { TextDocument } from '../../../../types';
import { GeneralCollection } from '../../general';
export declare function process(command: Command, doc: TextDocument, receiver: GeneralCollection): void;
//# sourceMappingURL=process.d.ts.map