Exemple #1
0
 public static boolean c(ItemStack itemstack, ItemStack itemstack1) {
   return itemstack == null && itemstack1 == null
       ? true
       : (itemstack != null && itemstack1 != null ? itemstack.a(itemstack1) : false);
 }