VoiceServerPlayerManager

Manages voice server players.

Use this manager to get VoiceServerPlayer.

Functions

Link copied to clipboard
open fun getPlayerById(@NotNull p0: @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 p0: @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)