Package me.lucyy.squirtgun.command.argument
-
Interface Summary Interface Description CommandArgument<T> An argument. -
Class Summary Class Description AbstractArgument<T> An abstract argument, encapsulating the name and description fields.GreedyStringArgument An argument that consumes all the available arguments.ListArgument An argument that accepts a single string from a list.OnlinePlayerArgument An argument that gets a player.SingleWordArgument An argument that accepts a single word.