VoiceProxyPlayerManager

Functions

Link copied to clipboard
open fun broadcast(@NotNull p0: @NotNull Packet<ClientPacketTcpHandler>)
abstract fun broadcast(@NotNull p0: @NotNull Packet<ClientPacketTcpHandler>, @Nullable p1: Predicate<VoiceProxyPlayer>?)
Link copied to clipboard
open fun getPlayerById(@NotNull p0: @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 p0: @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)