Package net.minecraft.world.item
Class ItemUtils
java.lang.Object
net.minecraft.world.item.ItemUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemStack
createFilledResult
(ItemStack emptyStack, Player player, ItemStack filledStack) static ItemStack
createFilledResult
(ItemStack emptyStack, Player player, ItemStack filledStack, boolean preventDuplicates) static void
onContainerDestroyed
(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
-