Class NumericRange

java.lang.Object
studio.mevera.imperat.command.arguments.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()
    • isEmpty

      public boolean isEmpty()
    • matches

      public boolean matches(double value)
    • getMin

      public double getMin()
    • getMax

      public double getMax()
    • hasMax

      public boolean hasMax()
    • hasMin

      public boolean hasMin()