Package 

Class StringArgument

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

    
    public final class StringArgument<T extends Object>
     implements Argument<String, T>
                        

    String argument type. You can specify string type. If it is not the specified type, an error will be displayed on the client side and the attempt to execute will not be accepted. String Type: WORD ->helloworld String Type: PHRASE_QUOTED ->helloworld"This is quoted string" String Type: PHRASE ->hello stringword"Quoted string"