Interface ItemSlotMouseAction

All Known Implementing Classes:
BundleMouseActions

public interface ItemSlotMouseAction
  • Method Details

    • matches

      boolean matches(Slot slot)
    • onMouseScrolled

      boolean onMouseScrolled(double scrollX, double scrollY, int slotIndex, ItemStack itemStack)
    • onStopHovering

      void onStopHovering(Slot hoveredSlot)
    • onSlotClicked

      void onSlotClicked(Slot slot, ContainerInput containerInput)