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 ServerTextChannelBuilderServerTextChannelBuilder. setCategory(ChannelCategory category)Sets the category of the channel.ServerTextChannelBuilderServerTextChannelBuilder. setSlowmodeDelayInSeconds(int delay)Sets the slowmode of the channel.ServerTextChannelBuilderServerTextChannelBuilder. setTopic(java.lang.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.
-