Uses of Class
zombie.iso.IsoCell.BuildingSearchCriteria

Packages that use IsoCell.BuildingSearchCriteria
zombie.iso   
 

Uses of IsoCell.BuildingSearchCriteria in zombie.iso
 

Methods in zombie.iso that return IsoCell.BuildingSearchCriteria
static IsoCell.BuildingSearchCriteria IsoCell.BuildingSearchCriteria.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IsoCell.BuildingSearchCriteria[] IsoCell.BuildingSearchCriteria.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zombie.iso with parameters of type IsoCell.BuildingSearchCriteria
 java.util.Stack<BuildingScore> IsoCell.getBestBuildings(IsoCell.BuildingSearchCriteria criteria, int count)