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 pEmptyStack, Player pPlayer, ItemStack pFilledStack) static ItemStack
createFilledResult
(ItemStack pEmptyStack, Player pPlayer, ItemStack pFilledStack, boolean pPreventDuplicates) static void
onContainerDestroyed
(ItemEntity pContainer, Iterable<ItemStack> pContents) static InteractionResultHolder
<ItemStack> startUsingInstantly
(Level pLevel, Player pPlayer, InteractionHand pHand)
-
Constructor Details
-
ItemUtils
public ItemUtils()
-
-
Method Details
-
startUsingInstantly
public static InteractionResultHolder<ItemStack> startUsingInstantly(Level pLevel, Player pPlayer, InteractionHand pHand) -
createFilledResult
-
createFilledResult
-
onContainerDestroyed
-