getPlayerById

abstract fun getPlayerById(playerId: UUID): McProxyPlayer?

Gets a proxy player by their unique identifier.

Return

A McProxyPlayer instance representing the player, or null if not found.

Parameters

playerId

The unique identifier of the player.