Uses of Interface
com.craftmend.openaudiomc.api.voice.CustomPlayerFilter
Packages that use CustomPlayerFilter
Package
Description
The OpenAudioMc API
This package only contains some deprecated classes by the name/classpath of some old commonly used classes.
-
Uses of CustomPlayerFilter in com.craftmend.openaudiomc.api
Methods in com.craftmend.openaudiomc.api that return types with arguments of type CustomPlayerFilterModifier and TypeMethodDescriptionVoiceApi.getCustomPlayerFilters()Returns a copy of the internalListofCustomPlayerFilters.Methods in com.craftmend.openaudiomc.api with parameters of type CustomPlayerFilterModifier and TypeMethodDescriptionvoidVoiceApi.addFilterFunction(CustomPlayerFilter customPlayerFilter) Adds aCustomPlayerFilterto the list of functions to filter out players incom.craftmend.openaudiomc.spigot.modules.voicechat.filters.PeerFilter#wrap(Stream, Player)(which lives in the plugin, not api). -
Uses of CustomPlayerFilter in com.craftmend.openaudiomc.spigot.modules.voicechat.filters
Subinterfaces of CustomPlayerFilter in com.craftmend.openaudiomc.spigot.modules.voicechat.filters