getPlayerSources

@NotNull
abstract fun getPlayerSources(@NotNull playerId: @NotNull UUID): @NotNull Collection<ClientAudioSource<PlayerSourceInfo>>

Gets all client audio sources associated with a specific player.

Return

A collection of client audio sources associated with the specified player.

Parameters

playerId

The unique identifier of the player.