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 Optional<Channel>DiscordApi. getChannelById(long id)Gets a channel by its id.default Optional<Channel>DiscordApi. getChannelById(String id)Gets a channel by its id.Collection<Channel>DiscordApi. getChannels()Gets a collection with all channels of the bot.default Collection<Channel>DiscordApi. getChannelsByName(String name)Gets a collection with all channels with the given name.default Collection<Channel>DiscordApi. getChannelsByNameIgnoreCase(String name)Gets a collection with 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.interfaceGroupChannelThis class represents a group channel.interfacePrivateChannelThis class represents a private channel.interfaceServerChannelThis class represents a server channel.interfaceServerStageVoiceChannelinterfaceServerTextChannelThis class represents a server text channel.interfaceServerVoiceChannelThis class represents a server voice channel.interfaceTextChannelThis class represents a text 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 Optional<? extends Channel>Channel. getCurrentCachedInstance()default 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.
-