Package net.minestom.server.command.builder.arguments
package net.minestom.server.command.builder.arguments
-
ClassDescriptionArgument<T>An argument is meant to be parsed when added into a
Command
's syntax withCommand.addSyntax(CommandExecutor, Argument[])
.Represents a boolean value.ArgumentEnum<E extends Enum>ArgumentLoop<T>Argument which will take a quoted string.Represents an argument which will take all the remaining of the command.Convenient class listing all the basicsArgument
.Represents a single word in the command.