Variable MinecraftEULAConst
MinecraftEULA: {
isAccepted(key: string): any;
promptUser(key: string): Promise<unknown>;
}
Type Declaration
isAccepted: function
isAccepted(key: string): any Returns any
promptUser: function
promptUser(key: string): Promise<unknown> Returns Promise<unknown>