Uses of Interface
ch.sahits.game.openpatrician.model.city.cityhall.ICityGuard
-
Packages that use ICityGuard Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.city.cityhall.impl -
-
Uses of ICityGuard in ch.sahits.game.openpatrician.model.city.cityhall
Subinterfaces of ICityGuard in ch.sahits.game.openpatrician.model.city.cityhall Modifier and Type Interface Description interfaceIBowmenBowman type of city guard.interfaceICrossbowmenCrossbowman of the city guard.interfaceIMusketeerThe city guard of type musketeer.interfaceIPikemenRepresents the pikemen.Methods in ch.sahits.game.openpatrician.model.city.cityhall that return types with arguments of type ICityGuard Modifier and Type Method Description java.util.List<ICityGuard>ICityHall. getCityGuard()Retrieve the city guard. -
Uses of ICityGuard in ch.sahits.game.openpatrician.model.city.cityhall.impl
Classes in ch.sahits.game.openpatrician.model.city.cityhall.impl that implement ICityGuard Modifier and Type Class Description classBowmenclassCityGuardclassCrossbowmenclassMusketeerclassPikemen
-