EWare ware, BufferedImage barrel, BufferedImage bale, int y) throws FontFormatException, IOException {
IWare[] effective = city.getEffectiveProduction();
IWare[] ineffective = city.getIneffectiveProduction();
int amount=0;
if (contains(effective, ware)){
CityProduction producer = resolver.getCityProduction();
amount = producer.getEfficientProduction(ware);
} else if (contains(ineffective, ware)){
CityProduction producer = resolver.getCityProduction();
amount = producer.getInefficientProduction(ware);
}
drawWareAmount(g2d, ware, barrel, bale, y, amount, positions.prodCity);
}