default ServerVoiceChannelUpdater |
ServerVoiceChannel.createUpdater() |
Creates an updater for this channel.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.removeCategory() |
Queues the category to be removed.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.removeUserLimit() |
Queues the user limit to be removed.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setBitrate(int bitrate) |
Queues the bitrate to be updated.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setCategory(ChannelCategory category) |
Queues the category to be updated.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setNsfw(boolean nsfw) |
Queues the nsfw flag to be updated.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setUserLimit(int userLimit) |
Queues the user limit to be updated.
|