25262728293031323334
} public GoalsInventorySnapshot(ItemStack item, Set<BlockData> goals) { super(); BlockData target = BlockData.fromItemStack(item); for (BlockData goal : goals) if (goal.equals(target)) this.put(goal, item.getAmount()); }