Uses of Class
evolution.lands.NotEnoughLandResourcesException

Packages that use NotEnoughLandResourcesException
evolution.actions 
evolution.constructions 

Uses of NotEnoughLandResourcesException in evolution.actions
 

Methods in evolution.actions that throw NotEnoughLandResourcesException
protected abstract voidAction._perform(Human human)
          Extra things which should be done when this action's perform method is called.
protected voidAction.doChecks(Human human)
          Checks if this action can be performed by the human on the selected square of land.
protected voidAction.modifyLandResources(SquareOfLand square, Map resources, double mul, boolean influencedBy)
          Modify the landresources that are mentioned in the given map.
voidAction.perform(Human human)
          Perform the action.
protected voidConstructing._perform(Human human)
          Extra things which should be done when this action's perform method is called.
protected voidConstructing.doChecks(Human human)
          Checks if this construction-action can be performed by the human on the selected square of land.
protected voidExploring._perform(Human human)
          Extra things which should be done when this action's perform method is called.
protected voidGeoInvestigation._perform(Human human)
          Extra things which should be done when this action's perform method is called.
protected voidGeoInvestigation.doChecks(Human human)
          Checks if tha action "geo-investigation" can be performed by the human on the selected square of land.
protected voidSimpleAction._perform(Human human)
          Extra things which should be done when this action's perform method is called.
 

Uses of NotEnoughLandResourcesException in evolution.constructions
 

Methods in evolution.constructions that throw NotEnoughLandResourcesException
protected voidConstruction.modifyLandResources(List squares, Map resources, double mul)
          Modify the land resources for this construction.
 


a gvijf production