Uses of Interface
ch.sahits.game.openpatrician.model.personal.IReputation
-
Packages that use IReputation Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl ch.sahits.game.openpatrician.model.personal.impl -
-
Uses of IReputation in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return IReputation Modifier and Type Method Description IReputationICity. getReputation(IPlayer player)Retrieve the reputation of the player in the cityMethods in ch.sahits.game.openpatrician.model.city with parameters of type IReputation Modifier and Type Method Description voidICity. moveIn(IPlayer player, IReputation reputaion, Contributions contributions)Add a player to the city -
Uses of IReputation in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl that return IReputation Modifier and Type Method Description IReputationCity. getReputation(IPlayer player)Methods in ch.sahits.game.openpatrician.model.city.impl with parameters of type IReputation Modifier and Type Method Description voidCity. moveIn(IPlayer player, IReputation reputaion, Contributions contributions) -
Uses of IReputation in ch.sahits.game.openpatrician.model.personal.impl
Classes in ch.sahits.game.openpatrician.model.personal.impl that implement IReputation Modifier and Type Class Description classReputationImplementation of the reputation.
-