Class ServerCooldownManager<T>
java.lang.Object
dev.bouncingelf10.timelesslib.api.countdown.CountdownManager<T>
dev.bouncingelf10.timelesslib.api.cooldown.AbstractCooldownManager<T>
dev.bouncingelf10.timelesslib.api.cooldown.ServerCooldownManager<T>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerCooldownManager(Supplier<T> server) ServerCooldownManager(Supplier<T> server, int poolSize) -
Method Summary
Methods inherited from class dev.bouncingelf10.timelesslib.api.cooldown.AbstractCooldownManager
isReady, remaining, reset, resetAll, start, startIfAbsent, startRealtimeMethods inherited from class dev.bouncingelf10.timelesslib.api.countdown.CountdownManager
get, shutdown, shutdownGracefully, start, start, startRealtime
-
Constructor Details
-
ServerCooldownManager
-
ServerCooldownManager
-
-
Method Details
-
normalizeOwner
- Specified by:
normalizeOwnerin classAbstractCooldownManager<T>
-