Uses of Class
org.javacord.api.entity.channel.ServerChannelBuilder
-
Packages that use ServerChannelBuilder Package Description org.javacord.api.entity.channel -
-
Uses of ServerChannelBuilder in org.javacord.api.entity.channel
Subclasses of ServerChannelBuilder in org.javacord.api.entity.channel Modifier and Type Class Description classChannelCategoryBuilderThis class is used to create new channel categories.classServerTextChannelBuilderThis class is used to create new server text channels.classServerVoiceChannelBuilderThis class is used to create new server voice channels.Methods in org.javacord.api.entity.channel that return ServerChannelBuilder Modifier and Type Method Description <T extends Permissionable & DiscordEntity>
ServerChannelBuilderServerChannelBuilder. addPermissionOverwrite(T permissionable, Permissions permissions)Adds a permission overwrite for the given entity.<T extends Permissionable & DiscordEntity>
ServerChannelBuilderServerChannelBuilder. removePermissionOverwrite(T permissionable)Removes a permission overwrite for the given entity.ServerChannelBuilderServerChannelBuilder. setAuditLogReason(String reason)Sets the reason for this creation.ServerChannelBuilderServerChannelBuilder. setName(String name)Sets the name of the channel.
-