All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.command.builder.parser.ArgumentQueryResult Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy