Uses of Class
org.javacord.api.entity.channel.ServerTextChannelBuilder
-
Packages that use ServerTextChannelBuilder Package Description org.javacord.api.entity.channel org.javacord.api.entity.server -
-
Uses of ServerTextChannelBuilder in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return ServerTextChannelBuilder Modifier and Type Method Description <T extends Permissionable & DiscordEntity>
ServerTextChannelBuilderServerTextChannelBuilder. addPermissionOverwrite(T permissionable, Permissions permissions)<T extends Permissionable & DiscordEntity>
ServerTextChannelBuilderServerTextChannelBuilder. removePermissionOverwrite(T permissionable)ServerTextChannelBuilderServerTextChannelBuilder. setAuditLogReason(String reason)ServerTextChannelBuilderServerTextChannelBuilder. setCategory(ChannelCategory category)Sets the category of the channel.ServerTextChannelBuilderServerTextChannelBuilder. setName(String name)ServerTextChannelBuilderServerTextChannelBuilder. setSlowmodeDelayInSeconds(int delay)Sets the slowmode of the channel.ServerTextChannelBuilderServerTextChannelBuilder. setTopic(String topic)Sets the topic of the channel. -
Uses of ServerTextChannelBuilder in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return ServerTextChannelBuilder Modifier and Type Method Description default ServerTextChannelBuilderServer. createTextChannelBuilder()Creates a new server text channel builder.
-