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