Interface PageFrame.DragHandler

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.DragHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    drag(Map<Slot,org.bukkit.inventory.ItemStack> slots, org.bukkit.event.inventory.InventoryDragEvent e)
     
  • Method Details

    • drag

      boolean drag(Map<Slot,org.bukkit.inventory.ItemStack> slots, org.bukkit.event.inventory.InventoryDragEvent e)