Uses of Class
com.craftmend.openaudiomc.api.voice.VoicePeerOptions
Package
Description
The OpenAudioMc API
This package contains all events that are related to the client, such as the client connecting, disconnecting, or changing settings.
This package contains all classes and interfaces that are related to the voice chat feature of OpenAudioMc.
-
Uses of VoicePeerOptions in com.craftmend.openaudiomc.api
Modifier and TypeMethodDescriptionvoid
VoiceApi.updatePeerOptions
(Client client, Client peerToUpdate, VoicePeerOptions options) Push new options for a peer, changing how its rendered in the client -
Uses of VoicePeerOptions in com.craftmend.openaudiomc.api.events.client
ModifierConstructorDescriptionClientPeerAddEvent
(Client client, Client peer, VoicePeerOptions options) Create a new client event -
Uses of VoicePeerOptions in com.craftmend.openaudiomc.api.voice
Modifier and TypeFieldDescriptionstatic final VoicePeerOptions
VoicePeerOptions.DEFAULT
Singleton default.