UNPKG

minecraft-auth

Version:

Package to authenticate with minecraft using traditional yggdrasil, new microsoft authentication and non-premium.

6 lines (5 loc) 170 B
import { Account } from "../Account"; export declare class CrackedAccount extends Account { constructor(username: string); setUsername(username: string): void; }