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

dev.aurelium.slate.function.TemplateClicker Maven / Gradle / Ivy

The newest version!
package dev.aurelium.slate.function;

import dev.aurelium.slate.item.TemplateClick;

@FunctionalInterface
public interface TemplateClicker {

    /**
     * Code to run when an instance of a template is clicked.
     *
     * @param click the {@link TemplateClick} context object
     */
    void click(TemplateClick click);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy