
io.github.thewebcode.yplugin.gui.components.GuiAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of YPlugin Show documentation
Show all versions of YPlugin Show documentation
The Original Y Project by TheWebcode
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