Uses of Class
top.focess.qq.api.command.CommandArgument
-
Packages that use CommandArgument Package Description top.focess.qq.api.command -
-
Uses of CommandArgument in top.focess.qq.api.command
Methods in top.focess.qq.api.command that return CommandArgument Modifier and Type Method Description static CommandArgument<String>CommandArgument. of(String value)static <V> CommandArgument<V>CommandArgument. of(DataConverter<V> defaultDataConverter)static <V> CommandArgument<V>CommandArgument. of(DataConverter<V> dataConverter, V value)static CommandArgument<Integer>CommandArgument. ofInt()static CommandArgument<Long>CommandArgument. ofLong()static <V> CommandArgument<V>CommandArgument. ofNullable(DataConverter<V> dataConverter)static CommandArgument<String>CommandArgument. ofString()Methods in top.focess.qq.api.command with parameters of type CommandArgument Modifier and Type Method Description Command.ExecutorCommand. addExecutor(CommandExecutor executor, CommandArgument<?>... commandArguments)Add default executor to define how to execute this command.
-