OfflinePlayerEntryinterface 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]