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

io.github.thewebcode.yplugin.gui.components.GuiAction Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.github.thewebcode.yplugin.gui.components;

import org.bukkit.event.Event;

public interface GuiAction {
    void execute(final T event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy