| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.impl |
| Modifier and Type | Method | Description |
|---|---|---|
EGameSpeed |
IGame.getGameSpeed() |
Retrieve the current game speed
|
static EGameSpeed |
EGameSpeed.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EGameSpeed[] |
EGameSpeed.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.property.ObjectProperty<EGameSpeed> |
IGame.gameSpeedProperty() |
Property for the game speed.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IGame.setGameSpeed(EGameSpeed speed) |
Set a new game speed
|
| Modifier and Type | Method | Description |
|---|---|---|
EGameSpeed |
Game.getGameSpeed() |
| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.property.ObjectProperty<EGameSpeed> |
Game.gameSpeedProperty() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Game.setGameSpeed(EGameSpeed speed) |
| Constructor | Description |
|---|---|
Game(EObjective objective,
Difficulty difficulty,
EGameSpeed speed,
boolean singleplayer) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.