ch.sahits.game.openpatrician.model.personal
Interface IReputation

All Known Implementing Classes:
Reputation

public interface IReputation

Indicating the reputation of a player in a city. This is updated on a weekly basis The reputation is periodically updated.

Author:
Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 23, 2012

Method Summary
 int getPopularity()
          Retrieve the popularity of the player in the city
 int getReputationDifference()
          Retrieve the change in reputation within the last week.
 

Method Detail

getReputationDifference

int getReputationDifference()
Retrieve the change in reputation within the last week. Single digit values indicate a small change, values larger than 25 indicate a very large change.

Returns:

getPopularity

int getPopularity()
Retrieve the popularity of the player in the city

Returns:


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.