UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

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