Package 

Class FloatArgument

  • All Implemented Interfaces:
    dev.kotx.flylib.command.Argument

    
    public final class FloatArgument<T extends Object>
     implements Argument<Float, T>
                        

    Anti-precision floating point argument. You can set the minimum and maximum values. If it falls below the minimum value or exceeds the maximum value, an error will be displayed on the client side, and even if you try to execute it, it will not be accepted. Expected input: 26.3-1200.0