VoiceProxyPlayerManager

Properties

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

Functions

Link copied to clipboard
open fun broadcast(@NotNull packet: @NotNull Packet<ClientPacketTcpHandler?>)
abstract fun broadcast(@NotNull p0: @NotNull Packet<ClientPacketTcpHandler?>, @Nullable p1: Predicate<VoiceProxyPlayer?>?)
Link copied to clipboard
open fun getPlayerById(@NotNull playerId: @NotNull UUID): Optional<VoiceProxyPlayer?>?
abstract fun getPlayerById(@NotNull p0: @NotNull UUID, p1: Boolean): Optional<VoiceProxyPlayer?>?
Link copied to clipboard
@NotNull
abstract fun getPlayerByInstance(@NotNull p0: @NotNull Any): @NotNull VoiceProxyPlayer
Link copied to clipboard
open fun getPlayerByName(@NotNull playerName: @NotNull String): Optional<VoiceProxyPlayer?>?
abstract fun getPlayerByName(@NotNull p0: @NotNull String, p1: Boolean): Optional<VoiceProxyPlayer?>?
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)