public ResourceSet getResourceProduction(Coordinate position) {
if (isResourceProductionAvailable(position)) {
throw new ResourceGraphException("Re-implement this!");
// return Game.getMapData().getResourceProduction(position);
} else {
throw new InformationNotAvailableException("BlackWhiteFieldReader",
"resource production");
}
}