Uses of Class
com.craftmend.openaudiomc.api.voice.VoicePeerOptions
Packages that use 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
Methods in com.craftmend.openaudiomc.api with parameters of type VoicePeerOptionsModifier 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
Methods in com.craftmend.openaudiomc.api.events.client that return VoicePeerOptionsMethods in com.craftmend.openaudiomc.api.events.client with parameters of type VoicePeerOptionsConstructors in com.craftmend.openaudiomc.api.events.client with parameters of type VoicePeerOptionsModifierConstructorDescriptionClientPeerAddEvent
(Client client, Client peer, VoicePeerOptions options) Create a new client event -
Uses of VoicePeerOptions in com.craftmend.openaudiomc.api.voice
Fields in com.craftmend.openaudiomc.api.voice declared as VoicePeerOptionsModifier and TypeFieldDescriptionstatic final VoicePeerOptions
VoicePeerOptions.DEFAULT
Singleton default.Methods in com.craftmend.openaudiomc.api.voice that return VoicePeerOptions