示例#1
0
 public static boolean b(ItemStack itemstack, ItemStack itemstack1) {
   return itemstack == null && itemstack1 == null
       ? true
       : (itemstack != null && itemstack1 != null ? itemstack.d(itemstack1) : false);
 }