Class ServerCooldownManager<T>


public class ServerCooldownManager<T> extends AbstractCooldownManager<T>
See Also:
  • Constructor Details

    • ServerCooldownManager

      public ServerCooldownManager(Supplier<T> server)
    • ServerCooldownManager

      public ServerCooldownManager(Supplier<T> server, int poolSize)
  • Method Details