Package alexiil.mc.lib.attributes.item
Class ItemStackUtil
java.lang.Object
alexiil.mc.lib.attributes.item.ItemStackUtil
public final class ItemStackUtil
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description 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
.
-
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
.
-