Package alexiil.mc.lib.attributes.item
Class ItemStackUtil
java.lang.Object
alexiil.mc.lib.attributes.item.ItemStackUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
areEqualIgnoreAmounts
(net.minecraft.item.ItemStack a, net.minecraft.item.ItemStack b) Checks to see if the twoItemStack
's are equal, but ignoring thecounts
.
-
Method Details
-
areEqualIgnoreAmounts
public static boolean areEqualIgnoreAmounts(net.minecraft.item.ItemStack a, net.minecraft.item.ItemStack b) Checks to see if the twoItemStack
's are equal, but ignoring thecounts
.
-