Class ArgumentParser
java.lang.Object
net.minestom.server.command.builder.parser.ArgumentParser
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Argument<?>[]
static @Nullable ArgumentParser.ArgumentResult
validate
(@NotNull CommandSender sender, @NotNull Argument<?> argument, @NotNull Argument<?>[] arguments, int argIndex, @NotNull String[] inputArguments, int inputIndex)
-
Constructor Details
-
ArgumentParser
public ArgumentParser()
-
-
Method Details
-
generate
-
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)
-