Package 

Class IntegerArgument

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

    
    public final class IntegerArgument<T extends Object>
     implements Argument<Int, T>
                        

    Integer 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: 2-120