| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.impl |
| Modifier and Type | Field and Description |
|---|---|
static Difficulty |
Difficulty.CHANDLER |
static Difficulty |
Difficulty.COUNSILMAN |
static Difficulty |
Difficulty.MERCHANT |
static Difficulty |
Difficulty.PATRICIAN |
static Difficulty |
Difficulty.TRADESMAN |
| Modifier and Type | Method and Description |
|---|---|
static Difficulty |
Difficulty.fromIndex(int selectedIndex)
Create the difficulty from an index, where 0 is equivalent to Chandler.
|
Difficulty |
IGame.getDifficulty()
Retrieve the difficultiy level of the game
|
| Modifier and Type | Method and Description |
|---|---|
IGame |
GameFactory.createGame(IMap map,
EObjective objective,
Difficulty difficulty,
EGameSpeed speed,
int startYear) |
| Modifier and Type | Field and Description |
|---|---|
private Difficulty |
Game.difficulty |
| Constructor and Description |
|---|
Game(EObjective objective,
Difficulty difficulty,
EGameSpeed speed) |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.