Uses of Class
evolution.actions.IllegalLandTypeException

Packages that use IllegalLandTypeException
evolution.actions 

Uses of IllegalLandTypeException in evolution.actions
 

Methods in evolution.actions that throw IllegalLandTypeException
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.
voidAction.perform(Human human)
          Perform the action.
voidAction.performEnergyBuffer(SquareOfLand square, Human human)
          A special case of perform
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.
 


a gvijf production