public class GuildVoiceMoveEvent extends GenericGuildVoiceEvent
Modifier and Type | Field and Description |
---|---|
protected VoiceChannel |
channelJoined |
protected VoiceChannel |
channelLeft |
member
guild
api, responseNumber
Constructor and Description |
---|
GuildVoiceMoveEvent(JDA api,
long responseNumber,
Member member,
VoiceChannel channelLeft) |
Modifier and Type | Method and Description |
---|---|
VoiceChannel |
getChannelJoined() |
VoiceChannel |
getChannelLeft() |
getMember, getVoiceState
getGuild
getJDA, getResponseNumber
protected final VoiceChannel channelLeft
protected final VoiceChannel channelJoined
public GuildVoiceMoveEvent(JDA api, long responseNumber, Member member, VoiceChannel channelLeft)
public VoiceChannel getChannelLeft()
public VoiceChannel getChannelJoined()