Class NumericRange

java.lang.Object
studio.mevera.imperat.command.parameters.NumericRange

public final class NumericRange extends Object
  • Method Details

    • of

      public static NumericRange of(double min, double max)
    • min

      public static NumericRange min(double min)
    • max

      public static NumericRange max(double max)
    • empty

      public static NumericRange empty()
    • matches

      public boolean matches(double value)
    • getMin

      public double getMin()
    • getMax

      public double getMax()