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 scrollX, double scrollY, int slotIndex, ItemStack itemStack) voidonSlotClicked(Slot slot, ContainerInput containerInput) voidonStopHovering(Slot hoveredSlot) private voidtoggleSelectedBundleItem(ItemStack bundleItem, int slotIndex, int selectedItem) voidunselectedBundleItem(ItemStack bundleItem, int slotIndex)
-
Field Details
-
minecraft
-
scrollWheelHandler
-
-
Constructor Details
-
BundleMouseActions
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceItemSlotMouseAction
-
onMouseScrolled
- Specified by:
onMouseScrolledin interfaceItemSlotMouseAction
-
onStopHovering
- Specified by:
onStopHoveringin interfaceItemSlotMouseAction
-
onSlotClicked
- Specified by:
onSlotClickedin interfaceItemSlotMouseAction
-
toggleSelectedBundleItem
-
unselectedBundleItem
-