Package net.minecraft.world.item
Class ItemUtils
java.lang.Object
net.minecraft.world.item.ItemUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemStackcreateFilledResult(ItemStack emptyStack, Player player, ItemStack filledStack) static ItemStackcreateFilledResult(ItemStack emptyStack, Player player, ItemStack filledStack, boolean preventDuplicates) static voidonContainerDestroyed(ItemEntity container, Iterable<ItemStack> contents) static InteractionResultHolder<ItemStack> startUsingInstantly(Level level, Player player, InteractionHand hand)
-
Constructor Details
-
ItemUtils
public ItemUtils()
-
-
Method Details
-
startUsingInstantly
public static InteractionResultHolder<ItemStack> startUsingInstantly(Level level, Player player, InteractionHand hand) -
createFilledResult
-
createFilledResult
-
onContainerDestroyed
-