Uses of Interface
org.javacord.api.entity.channel.Categorizable
-
Packages that use Categorizable Package Description org.javacord.api.entity.channel -
-
Uses of Categorizable in org.javacord.api.entity.channel
Subinterfaces of Categorizable in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceServerStageVoiceChannelinterfaceServerTextChannelThis class represents a server text channel.interfaceServerVoiceChannelThis class represents a server voice channel.Methods in org.javacord.api.entity.channel that return types with arguments of type Categorizable Modifier and Type Method Description default Optional<Categorizable>Channel. asCategorizable()Gets the channel as categorizable.Methods in org.javacord.api.entity.channel with parameters of type Categorizable Modifier and Type Method Description default CompletableFuture<Void>ChannelCategory. addCategorizable(Categorizable categorizable)Adds a categorizable to this category.default CompletableFuture<Void>ChannelCategory. removeCategorizable(Categorizable categorizable)Removes a categorizable from this category.
-