Uses of Interface
org.javacord.api.listener.server.thread.ServerThreadChannelChangeRateLimitPerUserListener
-
Packages that use ServerThreadChannelChangeRateLimitPerUserListener Package Description org.javacord.api.listener org.javacord.api.listener.channel org.javacord.api.listener.server -
-
Uses of ServerThreadChannelChangeRateLimitPerUserListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type ServerThreadChannelChangeRateLimitPerUserListener Modifier and Type Method Description default ListenerManager<ServerThreadChannelChangeRateLimitPerUserListener>GloballyAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(ServerThreadChannelChangeRateLimitPerUserListener listener)Adds aServerThreadChannelChangeRateLimitPerUserListener.default java.util.List<ServerThreadChannelChangeRateLimitPerUserListener>GloballyAttachableListenerManager. getServerThreadChannelChangeRateLimitPerUserListeners()Gets all registeredServerThreadChannelChangeRateLimitPerUserListeners.Methods in org.javacord.api.listener with parameters of type ServerThreadChannelChangeRateLimitPerUserListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(ServerThreadChannelChangeRateLimitPerUserListener listener)Adds aServerThreadChannelChangeRateLimitPerUserListenerto all createdDiscordApiinstances.default ListenerManager<ServerThreadChannelChangeRateLimitPerUserListener>GloballyAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(ServerThreadChannelChangeRateLimitPerUserListener listener)Adds aServerThreadChannelChangeRateLimitPerUserListener.Method parameters in org.javacord.api.listener with type arguments of type ServerThreadChannelChangeRateLimitPerUserListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(java.util.function.Function<DiscordApi,ServerThreadChannelChangeRateLimitPerUserListener> listenerFunction)Adds aServerThreadChannelChangeRateLimitPerUserListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(java.util.function.Supplier<ServerThreadChannelChangeRateLimitPerUserListener> listenerSupplier)Adds aServerThreadChannelChangeRateLimitPerUserListenerto all createdDiscordApiinstances. -
Uses of ServerThreadChannelChangeRateLimitPerUserListener in org.javacord.api.listener.channel
Methods in org.javacord.api.listener.channel that return types with arguments of type ServerThreadChannelChangeRateLimitPerUserListener Modifier and Type Method Description ListenerManager<ServerThreadChannelChangeRateLimitPerUserListener>ServerThreadChannelAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(ServerThreadChannelChangeRateLimitPerUserListener listener)Adds aServerThreadChannelChangeRateLimitPerUserListener.java.util.List<ServerThreadChannelChangeRateLimitPerUserListener>ServerThreadChannelAttachableListenerManager. getServerThreadChannelChangeRateLimitPerUserListeners()Gets all registeredServerThreadChannelChangeRateLimitPerUserListeners.Methods in org.javacord.api.listener.channel with parameters of type ServerThreadChannelChangeRateLimitPerUserListener Modifier and Type Method Description ListenerManager<ServerThreadChannelChangeRateLimitPerUserListener>ServerThreadChannelAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(ServerThreadChannelChangeRateLimitPerUserListener listener)Adds aServerThreadChannelChangeRateLimitPerUserListener. -
Uses of ServerThreadChannelChangeRateLimitPerUserListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type ServerThreadChannelChangeRateLimitPerUserListener Modifier and Type Method Description ListenerManager<ServerThreadChannelChangeRateLimitPerUserListener>ServerAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(ServerThreadChannelChangeRateLimitPerUserListener listener)Adds aServerThreadChannelChangeRateLimitPerUserListener.java.util.List<ServerThreadChannelChangeRateLimitPerUserListener>ServerAttachableListenerManager. getServerThreadChannelChangeRateLimitPerUserListeners()Gets all registeredServerThreadChannelChangeRateLimitPerUserListeners.Methods in org.javacord.api.listener.server with parameters of type ServerThreadChannelChangeRateLimitPerUserListener Modifier and Type Method Description ListenerManager<ServerThreadChannelChangeRateLimitPerUserListener>ServerAttachableListenerManager. addServerThreadChannelChangeRateLimitPerUserListener(ServerThreadChannelChangeRateLimitPerUserListener listener)Adds aServerThreadChannelChangeRateLimitPerUserListener.
-