We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DurationArgument
1 parent ae6d4be commit f44be1aCopy full SHA for f44be1a
paper/src/main/java/core/paper/command/argument/DurationArgument.java
@@ -13,7 +13,7 @@
13
* A custom argument type implementation to handle durations in a converted format.
14
*/
15
@NullMarked
16
-public class DurationArgument implements CustomArgumentType.Converted<Duration, Integer> {
+public final class DurationArgument implements CustomArgumentType.Converted<Duration, Integer> {
17
private final Duration minimum;
18
19
private DurationArgument(Duration minimum) {
0 commit comments