Uses of Class
ch.sahits.game.openpatrician.model.personal.ESocialRank
-
-
Uses of ESocialRank in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return ESocialRank Modifier and Type Method Description ESocialRankICitizen. getRank()Retrieve the social rank of the playerMethods in ch.sahits.game.openpatrician.model with parameters of type ESocialRank Modifier and Type Method Description voidIPlayer. updateRank(ESocialRank rank)Update to the new social rank -
Uses of ESocialRank in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl with parameters of type ESocialRank Modifier and Type Method Description voidPlayer. updateRank(ESocialRank rank)Constructors in ch.sahits.game.openpatrician.model.impl with parameters of type ESocialRank Constructor Description HumanPlayer(ICity homeTown, IPersonalData personalData, ESocialRank rank, ICompany company, EPlayerColor color)Player(ICity homeTown, IPersonalData personalData, ESocialRank rank, ICompany company) -
Uses of ESocialRank in ch.sahits.game.openpatrician.model.personal
Methods in ch.sahits.game.openpatrician.model.personal that return ESocialRank Modifier and Type Method Description ESocialRankESocialRank. getNextRank()static ESocialRankESocialRank. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ESocialRank[]ESocialRank. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ESocialRank in ch.sahits.game.openpatrician.model.service
Methods in ch.sahits.game.openpatrician.model.service with parameters of type ESocialRank Modifier and Type Method Description java.lang.StringModelTranslations. getLocalDisplayName(ESocialRank rank)
-