Uses of Class
net.neoforged.neoforge.event.ItemStackedOnOtherEvent
Packages that use ItemStackedOnOtherEvent
-
Uses of ItemStackedOnOtherEvent in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common that return ItemStackedOnOtherEventModifier and TypeMethodDescriptionstatic ItemStackedOnOtherEventCommonHooks.onItemStackedOn(ItemStack carriedItem, ItemStack stackedOnItem, Slot slot, ClickAction action, Player player, SlotAccess carriedSlotAccess) Fires theItemStackedOnOtherEvent, allowing items to handle custom behavior relating to being stacked together (i.e. how the bundle operates).