Uses of Interface
org.javacord.api.entity.channel.Channel
-
Packages that use Channel Package Description org.javacord.api org.javacord.api.entity.channel org.javacord.api.event.channel -
-
Uses of Channel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type Channel Modifier and Type Method Description java.util.Optional<Channel>DiscordApi. getChannelById(long id)Gets a channel by its id.default java.util.Optional<Channel>DiscordApi. getChannelById(java.lang.String id)Gets a channel by its id.java.util.Set<Channel>DiscordApi. getChannels()Gets all channels of the bot.default java.util.Set<Channel>DiscordApi. getChannelsByName(java.lang.String name)Gets all channels with the given name.default java.util.Set<Channel>DiscordApi. getChannelsByNameIgnoreCase(java.lang.String name)Gets all channels with the given name. -
Uses of Channel in org.javacord.api.entity.channel
Subinterfaces of Channel in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceChannelCategoryThis class represents a channel category.interfacePrivateChannelThis class represents a private channel.interfaceRegularServerChannelinterfaceServerChannelThis class represents a server channel.interfaceServerForumChannelThis class represents a server forum channel.interfaceServerStageVoiceChannelinterfaceServerTextChannelThis class represents a server text channel.interfaceServerThreadChannelThis class represents a channel thread.interfaceServerVoiceChannelThis class represents a server voice channel.interfaceTextChannelThis class represents a text channel.interfaceUnknownRegularServerChannelThis class represents an unknown regular server channel.interfaceUnknownServerChannelThis class represents an unknown server channel.interfaceVoiceChannelThis class represents a voice channel.Methods in org.javacord.api.entity.channel that return types with arguments of type Channel Modifier and Type Method Description default java.util.Optional<? extends Channel>Channel. getCurrentCachedInstance()default java.util.concurrent.CompletableFuture<? extends Channel>Channel. getLatestInstance() -
Uses of Channel in org.javacord.api.event.channel
Methods in org.javacord.api.event.channel that return Channel Modifier and Type Method Description ChannelChannelEvent. getChannel()Gets the channel of the event.
-