Uses of Interface
ch.sahits.game.openpatrician.model.city.cityhall.ICityHall
-
Packages that use ICityHall Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.city.cityhall.impl -
-
Uses of ICityHall in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return ICityHall Modifier and Type Method Description ICityHallCityHallList. get(int index)Methods in ch.sahits.game.openpatrician.model.city.cityhall that return types with arguments of type ICityHall Modifier and Type Method Description java.util.Optional<ICityHall>CityHallList. findCityHall(ICity city)java.util.Iterator<ICityHall>CityHallList. iterator()Methods in ch.sahits.game.openpatrician.model.city.cityhall with parameters of type ICityHall Modifier and Type Method Description booleanCityHallList. add(ICityHall iCityHall) -
Uses of ICityHall in ch.sahits.game.openpatrician.model.city.cityhall.impl
Classes in ch.sahits.game.openpatrician.model.city.cityhall.impl that implement ICityHall Modifier and Type Class Description classCityHall
-