Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OfflinePlayerEntry

interface OfflinePlayerEntry {
readonly name: string;
readonly uuid: string;
readonly xuid: string;
getOnline(): PlayerEntry | null;
toString(): string;
}

§Properties

§
readonly name: string
[src]
§
readonly uuid: string
[src]
§
readonly xuid: string
[src]

§Methods

§
getOnline(): PlayerEntry | null
[src]

Get online player entry if the player is online, or you will get null

§
toString(): string
[src]