Class ArgumentParser

java.lang.Object
net.minestom.server.command.builder.parser.ArgumentParser

public class ArgumentParser extends Object
  • Constructor Details

    • ArgumentParser

      public ArgumentParser()
  • Method Details

    • generate

      @Experimental @NotNull public static @NotNull Argument<?>[] generate(@NotNull @NotNull String format)
    • validate

      @Nullable public static @Nullable ArgumentParser.ArgumentResult validate(@NotNull @NotNull CommandSender sender, @NotNull @NotNull Argument<?> argument, @NotNull @NotNull Argument<?>[] arguments, int argIndex, @NotNull @NotNull String[] inputArguments, int inputIndex)