@AvailableSince("1.0.0")
public final class UsageCooldown
extends Object
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
UsageCooldown
public UsageCooldown(long value,
TimeUnit unit,
@Nullable
@Nullable String permission)
- Parameters:
value - the value for this
unit - the unit for the time
-
Method Details
-
-
value
public long value()
-
-
permission
@Nullable
public @Nullable String permission()
-
-