Skip to content

Instantly share code, notes, and snippets.

Created June 27, 2014 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1114ff22fff83ae9c38b to your computer and use it in GitHub Desktop.
Save anonymous/1114ff22fff83ae9c38b to your computer and use it in GitHub Desktop.
import org.bukkit.entity.Player;
import org.bukkit.event.inventory.InventoryAction;
public interface IMenuItemClickHandler
{
void onClick(MenuItem item, Player player, InventoryAction action);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment