* @param vegetation the vegetation of the field
* @param map the current map
*/
public VegetationChange(Field field, Field.Height heightLevel,
VegetationData vegetation, MapViewComponent map) {
super(new RestrictedToNation(), field.getPosition());
this.field = field;
this.heightLevel = heightLevel;
this.vegetation = vegetation;
this.map = map;
}