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

dev.jorel.commandapi.ChainableBuilder Maven / Gradle / Ivy

There is a newer version: 9.5.3
Show newest version
package dev.jorel.commandapi;

/**
 *
 * @param  The class extending this class, used as the return type for chain calls
 */
public interface ChainableBuilder {
	/**
	 * Returns the instance of this class with the class Impl. Used for chaining builder methods.
	 */
	Impl instance();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy