Uses of Class
org.javacord.api.entity.channel.RegularServerChannelUpdater
-
Packages that use RegularServerChannelUpdater Package Description org.javacord.api.entity.channel -
-
Uses of RegularServerChannelUpdater in org.javacord.api.entity.channel
Classes in org.javacord.api.entity.channel with type parameters of type RegularServerChannelUpdater Modifier and Type Class Description classRegularServerChannelUpdater<T extends RegularServerChannelUpdater<T>>Subclasses of RegularServerChannelUpdater in org.javacord.api.entity.channel Modifier and Type Class Description classServerForumChannelUpdaterThis class can be used to update server forum channels.classServerTextChannelUpdaterThis class can be used to update server text channels.classServerVoiceChannelUpdaterThis class can be used to update server voice channels.Methods in org.javacord.api.entity.channel that return RegularServerChannelUpdater Modifier and Type Method Description default RegularServerChannelUpdaterRegularServerChannel. createUpdater()Create an updater for this channel.
-