
net.minestom.server.command.builder.parser.CommandQueryResult Maven / Gradle / Ivy
package net.minestom.server.command.builder.parser;
import net.minestom.server.command.builder.Command;
import java.util.List;
public record CommandQueryResult(List parents,
Command command,
String commandName,
String[] args) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy