Uses of Class
evolution.resources.NotEnoughResourcesException

Packages that use NotEnoughResourcesException
evolution 
evolution.actions 
evolution.constructions 
evolution.resources 

Uses of NotEnoughResourcesException in evolution
 

Methods in evolution that throw NotEnoughResourcesException
protected voidHuman.increaseEnergyBuffer()
          Increases the energybuffer of this human.
 

Uses of NotEnoughResourcesException in evolution.actions
 

Methods in evolution.actions that throw NotEnoughResourcesException
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.modifyResources(Map resources, double mul, boolean influencedBy)
          Modify the resources 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 NotEnoughResourcesException in evolution.constructions
 

Methods in evolution.constructions that throw NotEnoughResourcesException
protected voidConstruction.doChecks(double percentage)
          The checks which are made in evolve.
protected voidConstruction.modifyResources(Map resources, double mul)
          Modify the world resources for this construction.
 

Uses of NotEnoughResourcesException in evolution.resources
 

Methods in evolution.resources that throw NotEnoughResourcesException
voidResource.modValue(double v)
          Modify the value of this worldresource.
voidResource.setValue(double value)
          Set the value of this resource.
voidResourceKnowledgeCatalog.modResource(String resourceName, double v)
          Increase or decrease the named resource with the given value.
voidResourceKnowledgeCatalog.modResource(String resourceName, String actionName, double v)
          Increase or decrease the named resource with the given value.
 


a gvijf production