| Modifier and Type | Method and Description |
|---|---|
ESocialRank |
ICitizen.getRank()
Retrieve the social rank of the player
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPlayer.updateRank(ESocialRank rank)
Update to the new social rank
|
| Modifier and Type | Field and Description |
|---|---|
private ESocialRank |
Player.rank |
private ESocialRank |
Citizen.rank |
| Modifier and Type | Method and Description |
|---|---|
void |
Player.updateRank(ESocialRank rank) |
| Constructor and Description |
|---|
HumanPlayer(ICity homeTown,
IPersonalData personalData,
ESocialRank rank,
ICompany company,
EPlayerColor color) |
Player(ICity homeTown,
IPersonalData personalData,
ESocialRank rank,
ICompany company) |
| Modifier and Type | Method and Description |
|---|---|
ESocialRank |
ESocialRank.getNextRank() |
static ESocialRank |
ESocialRank.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ModelTranslations.getLocalDisplayName(ESocialRank rank) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.