public class VoiceChannelUpdatePositionEvent extends GenericVoiceChannelUpdateEvent
VoiceChannel's position changes.| Constructor and Description |
|---|
VoiceChannelUpdatePositionEvent(JDA api,
long responseNumber,
VoiceChannel channel,
int oldPosition) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOldPosition() |
getChannel, getGuildgetJDA, getResponseNumberpublic VoiceChannelUpdatePositionEvent(JDA api, long responseNumber, VoiceChannel channel, int oldPosition)