Uses of Class
ch.sahits.game.openpatrician.model.city.impl.CityState
-
Packages that use CityState Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl -
-
Uses of CityState in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return CityState Modifier and Type Method Description CityStateICity. getCityState()Retrieve the city state.Methods in ch.sahits.game.openpatrician.model.city with parameters of type CityState Modifier and Type Method Description voidICity. setCityState(CityState state)Set the city state -
Uses of CityState in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl that return types with arguments of type CityState Modifier and Type Method Description java.util.List<CityState>CitiesState. getCityEngineStates()Methods in ch.sahits.game.openpatrician.model.city.impl with parameters of type CityState Modifier and Type Method Description booleanCityRegistry. add(CityState cityState)voidCitiesState. addCity(ICity city, CityState cityState)Add a new city.
-