PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.client.audio.line
/
ClientPlayerSet
Client
Player
Set
interface
ClientPlayerSet
Represents a set of players.
Inheritors
ClientSourceLine
Members
Functions
add
Player
Link copied to clipboard
abstract
fun
addPlayer
(
@
NotNull
player
:
@
NotNull
McGameProfile
)
Adds a player's game profile to the set.
clear
Players
Link copied to clipboard
abstract
fun
clearPlayers
(
)
Clears all players from the set.
get
Players
Link copied to clipboard
@
NotNull
abstract
fun
getPlayers
(
)
:
@
NotNull
Collection
<
McGameProfile
>
Gets a collection of game profiles representing the players in the set.
remove
Player
Link copied to clipboard
abstract
fun
removePlayer
(
@
NotNull
playerId
:
@
NotNull
UUID
)
:
Boolean
Removes a player from the set by their unique player ID.