package mc.server.shell; import org.jline.builtins.Builtins; public interface Command { void execute(Builtins.CommandInput commandInput); }