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

tech.xigam.cch.command.Completable Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package tech.xigam.cch.command;

import tech.xigam.cch.utils.Completion;

public interface Completable {
    void complete(Completion completion);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy