Interface PageFrame.SimpleClickHandler

Enclosing class:
PageFrame
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PageFrame.SimpleClickHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    click(Slot slot, org.bukkit.event.inventory.InventoryClickEvent e)
     
  • Method Details

    • click

      void click(Slot slot, org.bukkit.event.inventory.InventoryClickEvent e)