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

net.minestom.server.command.builder.parser.CommandSuggestionHolder 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.CommandSyntax;
import net.minestom.server.command.builder.exception.ArgumentSyntaxException;

/**
 * Holds the data of an invalidated syntax.
 */
public record CommandSuggestionHolder(CommandSyntax syntax,
                                      ArgumentSyntaxException argumentSyntaxException,
                                      int argIndex) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy