Class CommandCooldown

java.lang.Object
io.github.mqzn.commands.base.cooldown.CommandCooldown

public final class CommandCooldown extends Object
  • Field Details

  • Constructor Details

    • CommandCooldown

      public CommandCooldown(long value, TimeUnit unit)
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • toMillis

      public long toMillis()
    • value

      public long value()
    • unit

      public TimeUnit unit()