UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

12 lines 416 B
import { CommandDispatcher } from '../../../../brigadier/src/index.ts'; import { Command } from '../Command'; /** * Manage a player's {@link Gametype} (gamemode). * @remarks the `/gamemode` command. */ export default class GamemodeCommand extends Command { constructor(); private setGamemode; register(dispatcher: CommandDispatcher<any>): Promise<void>; } //# sourceMappingURL=GamemodeCommand.d.ts.map