Package net.dv8tion.jda.core.events.guild.voice
Events indicating the
Every update is an extensions of the
GuildVoiceState
updates
for one of the Guild
's Members
.
Every update is an extensions of the
GenericGuildVoiceEvent
and has specifications for explicit voice state features such as mute/deafen-
Class Summary Class Description GenericGuildVoiceEvent Indicates that aGuild
voice event is fired.GuildVoiceDeafenEvent Indicates that aMember
was (un-)deafened.GuildVoiceGuildDeafenEvent Indicates that aMember
was (un-)deafened by a moderator.GuildVoiceGuildMuteEvent Indicates that aMember
was (un-)muted by a moderator.GuildVoiceJoinEvent Indicates that aMember
connected to aVoiceChannel
.GuildVoiceLeaveEvent Indicates that aMember
disconnected from aVoiceChannel
.GuildVoiceMoveEvent Indicates that aMember
moves betweenVoiceChannels
.GuildVoiceMuteEvent Indicates that aMember
was (un-)muted.GuildVoiceSelfDeafenEvent Indicates that aMember
(un-)deafened itself.GuildVoiceSelfMuteEvent Indicates that aMember
(un-)muted itself.GuildVoiceSuppressEvent Indicates that aMember
was (un-)suppressed.GuildVoiceUpdateEvent Indicates that aMember
that was previously connected to aVoiceChannel
left the previously connected Channel.