getOfflinePlayer

public abstract OfflinePlayer getOfflinePlayer(UUID id)

Gets the player by the given UUID, regardless if they are offline or online.

This will return an object even if the player does not exist. To this method, all players will exist.

Return

an offline player

Parameters

id

the UUID of the player to retrieve