Interface ItemSlotMouseAction

All Known Implementing Classes:
BundleMouseActions

public interface ItemSlotMouseAction
  • Method Details

    • matches

      boolean matches(Slot pSlot)
    • onMouseScrolled

      boolean onMouseScrolled(double pXOffset, double pYOffset, int pHoveredSlotIndex, ItemStack pHoveredSlotItem)
    • onStopHovering

      void onStopHovering(Slot pSlot)
    • onSlotClicked

      void onSlotClicked(Slot pSlot, ClickType pClickType)