VoiceServerPlayerManager

Manages voice server players.

Use this manager to get VoiceServerPlayer.

Properties

Link copied to clipboard
abstract override val players: Collection<VoiceServerPlayer?>?
Link copied to clipboard
abstract override val synchronizedPermissions: Collection<String?>?

Functions

Link copied to clipboard
open fun getPlayerById(@NotNull playerId: @NotNull UUID): Optional<VoiceServerPlayer?>?
abstract fun getPlayerById(@NotNull p0: @NotNull UUID, p1: Boolean): Optional<VoiceServerPlayer?>?
Link copied to clipboard
@NotNull
abstract fun getPlayerByInstance(@NotNull p0: @NotNull Any): @NotNull VoiceServerPlayer
Link copied to clipboard
open fun getPlayerByName(@NotNull playerName: @NotNull String): Optional<VoiceServerPlayer?>?
abstract fun getPlayerByName(@NotNull p0: @NotNull String, p1: Boolean): Optional<VoiceServerPlayer?>?
Link copied to clipboard
Link copied to clipboard
abstract fun registerPermission(@NotNull p0: @NotNull String)
Link copied to clipboard
abstract fun unregisterPermission(@NotNull p0: @NotNull String)