player

@Nullable
abstract fun player(@NotNull uuid: @NotNull UUID): @Nullable PlatformPlayer

Retrieves an online player by their UUID.

Return

the player, or null if not found/offline

Since

2.0.0

Parameters

uuid

the player's UUID