setPlayerSet

abstract fun setPlayerSet(player: VoicePlayer, playerSet: ServerPlayerSet?)

Sets your own implementation of ServerPlayerSet for a specific player.

Parameters

player

the player for whom to set the player set.

playerSet

the player set to associate with the player.