Uses of Class
com.winterhavenmc.library.messagebuilder.pipeline.cooldown.CooldownKey
Packages that use CooldownKey
Package
Description
Provides support for message rate limiting through a cooldown mechanism.
-
Uses of CooldownKey in com.winterhavenmc.library.messagebuilder.pipeline.cooldown
Methods in com.winterhavenmc.library.messagebuilder.pipeline.cooldown that return types with arguments of type CooldownKeyModifier and TypeMethodDescriptionstatic Optional
<CooldownKey> CooldownKey.of
(Recipient.Sendable recipient, RecordKey messageKey) Static factory method with Message parameterMethods in com.winterhavenmc.library.messagebuilder.pipeline.cooldown with parameters of type CooldownKeyModifier and TypeMethodDescriptionboolean
Cooldown.notCooling
(CooldownKey cooldownKey) Determines if the given cooldown key is not currently cooling down.boolean
CooldownMap.notCooling
(CooldownKey key) Checks whether the message corresponding to the given cooldown key is currently cooling down for a recipient.