Uses of Interface
org.javacord.api.entity.channel.internal.ServerChannelBuilderDelegate
-
Packages that use ServerChannelBuilderDelegate Package Description org.javacord.api.entity.channel org.javacord.api.entity.channel.internal -
-
Uses of ServerChannelBuilderDelegate in org.javacord.api.entity.channel
Fields in org.javacord.api.entity.channel declared as ServerChannelBuilderDelegate Modifier and Type Field Description protected ServerChannelBuilderDelegateServerChannelBuilder. delegateThe server channel delegate used by this instance.Constructors in org.javacord.api.entity.channel with parameters of type ServerChannelBuilderDelegate Constructor Description ServerChannelBuilder(java.lang.Class<T> myClass, ServerChannelBuilderDelegate delegate)Creates a new server channel builder. -
Uses of ServerChannelBuilderDelegate in org.javacord.api.entity.channel.internal
Subinterfaces of ServerChannelBuilderDelegate in org.javacord.api.entity.channel.internal Modifier and Type Interface Description interfaceChannelCategoryBuilderDelegateThis class is internally used by theChannelCategoryBuilderto create channel categories.interfaceRegularServerChannelBuilderDelegateThis class is internally used by theRegularServerChannelBuilderto create regular server channels.interfaceServerForumChannelBuilderDelegateThis class is internally used by theServerForumChannelBuilderto create server forum channels.interfaceServerTextChannelBuilderDelegateThis class is internally used by theServerTextChannelBuilderto create server text channels.interfaceServerThreadChannelBuilderDelegateThis class is internally used by theServerThreadChannelBuilderto create server thread channels.interfaceServerVoiceChannelBuilderDelegateThis class is internally used by theServerVoiceChannelBuilderto create server voice channels.
-