Package net.minecraft.client.gui
Interface ItemSlotMouseAction
- All Known Implementing Classes:
BundleMouseActions
public interface ItemSlotMouseAction
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
onMouseScrolled
(double pXOffset, double pYOffset, int pHoveredSlotIndex, ItemStack pHoveredSlotItem) void
onSlotClicked
(Slot pSlot, ClickType pClickType) void
onStopHovering
(Slot pSlot)
-
Method Details
-
matches
-
onMouseScrolled
boolean onMouseScrolled(double pXOffset, double pYOffset, int pHoveredSlotIndex, ItemStack pHoveredSlotItem) -
onStopHovering
-
onSlotClicked
-