Package 

Class VectorArgument

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

    
    public final class VectorArgument<T extends Object>
     implements Argument<Vector, T>
                        

    An argument that takes direction as an input value. You can also use "~" and "^". 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 : 123 456 789~ ~10 ~111 ~5 ^10