Uses of Interface
org.javacord.api.entity.channel.TextableRegularServerChannel
-
Packages that use TextableRegularServerChannel Package Description org.javacord.api.entity.channel org.javacord.api.entity.webhook org.javacord.api.util.internal -
-
Uses of TextableRegularServerChannel in org.javacord.api.entity.channel
Subinterfaces of TextableRegularServerChannel 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 TextableRegularServerChannel Modifier and Type Method Description default java.util.Optional<TextableRegularServerChannel>Channel. asTextableRegularServerChannel()Gets the channel as textable regular server channel. -
Uses of TextableRegularServerChannel in org.javacord.api.entity.webhook
Constructors in org.javacord.api.entity.webhook with parameters of type TextableRegularServerChannel Constructor Description WebhookBuilder(TextableRegularServerChannel channel)Creates a new webhook builder. -
Uses of TextableRegularServerChannel in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type TextableRegularServerChannel Modifier and Type Method Description static WebhookBuilderDelegateDelegateFactory. createWebhookBuilderDelegate(TextableRegularServerChannel channel)Creates a new webhook builder delegate.WebhookBuilderDelegateDelegateFactoryDelegate. createWebhookBuilderDelegate(TextableRegularServerChannel channel)Creates a new webhook builder delegate.
-