package com.alttd.gui; import org.bukkit.entity.Player; public interface GUIAction { void click(Player player); }