UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

7 lines 292 B
import { CommandDispatcher } from '../../../../brigadier/src/index.ts'; import { Command } from '../Command'; export default class ReloadCommand extends Command { constructor(); register(dispatcher: CommandDispatcher<any>): Promise<void>; } //# sourceMappingURL=ReloadCommand.d.ts.map