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

net.minestom.server.command.builder.parser.CommandQueryResult 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.Command;

import java.util.List;

public record CommandQueryResult(List parents,
                                 Command command,
                                 String commandName,
                                 String[] args) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy