| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.impl | |
| ch.sahits.game.openpatrician.model.player |
| Modifier and Type | Method and Description |
|---|---|
EPlayerColor |
IHumanPlayer.getColor()
Retrieve the players color.
|
| Modifier and Type | Field and Description |
|---|---|
private EPlayerColor |
HumanPlayer.color |
| Constructor and Description |
|---|
HumanPlayer(ICity homeTown,
IPersonalData personalData,
ESocialRank rank,
ICompany company,
EPlayerColor color) |
| Modifier and Type | Method and Description |
|---|---|
static EPlayerColor |
EPlayerColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPlayerColor[] |
EPlayerColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.