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 TypeMethodDescriptionbooleanbooleanonMouseScrolled(double pXOffset, double pYOffset, int pHoveredSlotIndex, ItemStack pHoveredSlotItem) voidonSlotClicked(Slot pSlot, ClickType pClickType) voidonStopHovering(Slot pSlot) private voidtoggleSelectedBundleItem(ItemStack pStack, int pIndex, int pNextIndex) voidunselectedBundleItem(ItemStack pBundle, int pSlotIndex)
-
Field Details
-
minecraft
-
scrollWheelHandler
-
-
Constructor Details
-
BundleMouseActions
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceItemSlotMouseAction
-
onMouseScrolled
public boolean onMouseScrolled(double pXOffset, double pYOffset, int pHoveredSlotIndex, ItemStack pHoveredSlotItem) - Specified by:
onMouseScrolledin interfaceItemSlotMouseAction
-
onStopHovering
- Specified by:
onStopHoveringin interfaceItemSlotMouseAction
-
onSlotClicked
- Specified by:
onSlotClickedin interfaceItemSlotMouseAction
-
toggleSelectedBundleItem
-
unselectedBundleItem
-