ServerPlayerSet

interface ServerPlayerSet

Represents a set of voice players.

Properties

Link copied to clipboard

Gets a collection of all the voice players in the set.

Functions

Link copied to clipboard
abstract fun addPlayer(player: VoicePlayer)

Adds a voice player to the set.

Link copied to clipboard
abstract fun clearPlayers()

Clears all voice players from the set.

Link copied to clipboard
abstract fun removePlayer(playerId: UUID): Boolean

Removes a voice player from the set by their UUID.