
net.minestom.server.command.builder.parser.ArgumentQueryResult Maven / Gradle / Ivy
package net.minestom.server.command.builder.parser;
import net.minestom.server.command.builder.CommandContext;
import net.minestom.server.command.builder.CommandSyntax;
import net.minestom.server.command.builder.arguments.Argument;
public record ArgumentQueryResult(CommandSyntax syntax,
Argument> argument,
CommandContext context,
String input) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy