Class NumericRange
java.lang.Object
studio.mevera.imperat.command.parameters.NumericRange
-
Method Summary
Modifier and TypeMethodDescriptionstatic NumericRangeempty()doublegetMax()doublegetMin()booleanmatches(double value) static NumericRangemax(double max) static NumericRangemin(double min) static NumericRangeof(double min, double max)
-
Method Details
-
of
-
min
-
max
-
empty
-
matches
public boolean matches(double value) -
getMin
public double getMin() -
getMax
public double getMax()
-