Package net.minecraft.client.gui
Class BundleMouseActions
java.lang.Object
net.minecraft.client.gui.BundleMouseActions
- All Implemented Interfaces:
ItemSlotMouseAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
onMouseScrolled
(double p_360390_, double p_362650_, int p_363161_, ItemStack p_364763_) void
onSlotClicked
(Slot p_372932_, ClickType p_372800_) void
onStopHovering
(Slot p_363289_) private void
toggleSelectedBundleItem
(ItemStack p_364573_, int p_364078_, int p_365257_) void
unselectedBundleItem
(ItemStack p_365339_, int p_363847_)
-
Field Details
-
minecraft
-
scrollWheelHandler
-
-
Constructor Details
-
BundleMouseActions
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceItemSlotMouseAction
-
onMouseScrolled
public boolean onMouseScrolled(double p_360390_, double p_362650_, int p_363161_, ItemStack p_364763_) - Specified by:
onMouseScrolled
in interfaceItemSlotMouseAction
-
onStopHovering
- Specified by:
onStopHovering
in interfaceItemSlotMouseAction
-
onSlotClicked
- Specified by:
onSlotClicked
in interfaceItemSlotMouseAction
-
toggleSelectedBundleItem
-
unselectedBundleItem
-