Package alexiil.mc.lib.attributes.item
Class ItemStackUtil
java.lang.Object
alexiil.mc.lib.attributes.item.ItemStackUtil
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanareEqualIgnoreAmounts(net.minecraft.item.ItemStack a, net.minecraft.item.ItemStack b)Checks to see if the twoItemStack's are equal, but ignoring thecounts.
- 
Method Details- 
areEqualIgnoreAmountspublic 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.
 
-