Uses of Interface
ch.sahits.game.openpatrician.model.weapon.IArmory
-
Packages that use IArmory Package Description ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.weapon -
-
Uses of IArmory in ch.sahits.game.openpatrician.model.impl
Classes in ch.sahits.game.openpatrician.model.impl that implement IArmory Modifier and Type Class Description classArmory -
Uses of IArmory in ch.sahits.game.openpatrician.model.weapon
Methods in ch.sahits.game.openpatrician.model.weapon that return IArmory Modifier and Type Method Description IArmoryArmoryRegistry. getArmory(ICity city)Retrieve the armory of the city.Methods in ch.sahits.game.openpatrician.model.weapon that return types with arguments of type IArmory Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<ICity,IArmory>>ArmoryRegistry. iterator()Methods in ch.sahits.game.openpatrician.model.weapon with parameters of type IArmory Modifier and Type Method Description voidArmoryRegistry. add(ICity city, IArmory armory)Add a new armory for a city.
-