VoiceProxyPlayer

Represents a voice API for the proxy player.

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getActivationDistanceById(p: @NotNull UUID): Int
Link copied to clipboard
Link copied to clipboard
@NotNull
abstract fun getInstance(): @NotNull McProxyPlayer
Link copied to clipboard
abstract fun getModVersion(): @NotNull Optional<String>
Link copied to clipboard
Link copied to clipboard
abstract fun hasVoiceChat(): Boolean
Link copied to clipboard
abstract fun isMicrophoneMuted(): Boolean
Link copied to clipboard
abstract fun isVoiceDisabled(): Boolean
Link copied to clipboard
abstract fun sendAnimatedActionBar(p: @NotNull McTextComponent)
Link copied to clipboard
abstract fun sendPacket(p: Packet<out Any>)
Link copied to clipboard
abstract fun visualizeDistance(p: Int, p1: Int)