Uses of Interface
com.craftmend.openaudiomc.api.channels.VoiceChannel
Packages that use VoiceChannel
Package
Description
The OpenAudioMc API
-
Uses of VoiceChannel in com.craftmend.openaudiomc.api
Methods in com.craftmend.openaudiomc.api that return VoiceChannelModifier and TypeMethodDescriptionVoiceApi.createChannel(String name, Client creator, boolean requiresPermission, @Nullable String requiredPermission) Create a new channel@Nullable VoiceChannelVoiceApi.getChannel(String name) Get a channel by its nameMethods in com.craftmend.openaudiomc.api that return types with arguments of type VoiceChannelMethods in com.craftmend.openaudiomc.api with parameters of type VoiceChannelModifier and TypeMethodDescriptionvoidVoiceApi.deleteChannel(VoiceChannel channel) Delete a channel -
Uses of VoiceChannel in com.craftmend.openaudiomc.api.channels.events
Methods in com.craftmend.openaudiomc.api.channels.events that return VoiceChannelModifier and TypeMethodDescriptionChannelCreatedEvent.getChannel()ChannelDeletedEvent.getChannel()ChannelMembersUpdatedEvent.getChannel()Constructors in com.craftmend.openaudiomc.api.channels.events with parameters of type VoiceChannelModifierConstructorDescriptionChannelCreatedEvent(VoiceChannel channel) ChannelDeletedEvent(VoiceChannel channel) ChannelMembersUpdatedEvent(VoiceChannel channel)