Interface ServerVoiceChannelEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,VoiceChannelEvent
- All Known Subinterfaces:
ServerStageVoiceChannelChangeTopicEvent,ServerVoiceChannelChangeBitrateEvent,ServerVoiceChannelChangeUserLimitEvent,ServerVoiceChannelMemberJoinEvent,ServerVoiceChannelMemberLeaveEvent,VoiceStateUpdateEvent
public interface ServerVoiceChannelEvent extends ServerChannelEvent, VoiceChannelEvent
A server voice channel event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerVoiceChannelgetChannel()Gets the channel of the event.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
-
-
-
Method Detail
-
getChannel
ServerVoiceChannel getChannel()
Description copied from interface:ChannelEventGets the channel of the event.- Specified by:
getChannelin interfaceChannelEvent- Specified by:
getChannelin interfaceServerChannelEvent- Specified by:
getChannelin interfaceVoiceChannelEvent- Returns:
- The channel of the event.
-
-