Class CooldownManager
java.lang.Object
me.despical.commandframework.cooldown.CooldownManager
This class handles the command cooldowns.
This is an internal class and should not be instantiated by any external class.
- Since:
- 1.4.8
Created at 18.07.2024
- Author:
- Despical
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasCooldown(CommandArguments arguments) booleanhasCooldown(CommandArguments arguments, Command command, Method method)
-
Constructor Details
-
CooldownManager
-
-
Method Details
-
hasCooldown
-
hasCooldown
-