Uses of Interface
org.javacord.api.entity.channel.internal.RegularServerChannelUpdaterDelegate
-
Packages that use RegularServerChannelUpdaterDelegate Package Description org.javacord.api.entity.channel org.javacord.api.entity.channel.internal org.javacord.api.util.internal -
-
Uses of RegularServerChannelUpdaterDelegate in org.javacord.api.entity.channel
Fields in org.javacord.api.entity.channel declared as RegularServerChannelUpdaterDelegate Modifier and Type Field Description protected RegularServerChannelUpdaterDelegateRegularServerChannelUpdater. regularServerChannelUpdaterDelegateThe regular server channel updater delegate used by this instance.Constructors in org.javacord.api.entity.channel with parameters of type RegularServerChannelUpdaterDelegate Constructor Description RegularServerChannelUpdater(RegularServerChannelUpdaterDelegate regularServerChannelUpdaterDelegate)Creates a new regular server channel updater. -
Uses of RegularServerChannelUpdaterDelegate in org.javacord.api.entity.channel.internal
Subinterfaces of RegularServerChannelUpdaterDelegate in org.javacord.api.entity.channel.internal Modifier and Type Interface Description interfaceServerForumChannelUpdaterDelegateThis class is internally used by theServerForumChannelUpdaterto update server forum channels.interfaceServerTextChannelUpdaterDelegateThis class is internally used by theServerTextChannelUpdaterto update server text channels.interfaceServerVoiceChannelUpdaterDelegateThis class is internally used by theServerVoiceChannelUpdaterto update server voice channels. -
Uses of RegularServerChannelUpdaterDelegate in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal that return RegularServerChannelUpdaterDelegate Modifier and Type Method Description static RegularServerChannelUpdaterDelegateDelegateFactory. createRegularServerChannelUpdaterDelegate(RegularServerChannel channel)Creates a new regular server channel updater delegate.RegularServerChannelUpdaterDelegateDelegateFactoryDelegate. createRegularServerChannelUpdaterDelegate(RegularServerChannel channel)Creates a new regular server channel updater delegate.
-