| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.impl |
| Modifier and Type | Method and Description |
|---|---|
EGameSpeed |
IGame.getGameSpeed()
Retrieve the current game speed
|
static EGameSpeed |
EGameSpeed.valueOf(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 and Description |
|---|---|
javafx.beans.property.ObjectProperty<EGameSpeed> |
IGame.gameSpeedProperty()
Property for the game speed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGame.setGameSpeed(EGameSpeed speed)
Set a new game speed
|
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.ObjectProperty<EGameSpeed> |
Game.gameSpeed |
| Modifier and Type | Method and Description |
|---|---|
EGameSpeed |
Game.getGameSpeed()
Gets the value of the property gameSpeed.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<EGameSpeed> |
Game.gameSpeedProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
Game.setGameSpeed(EGameSpeed speed)
Sets the value of the property gameSpeed.
|
| Constructor and Description |
|---|
Game(EObjective objective,
Difficulty difficulty,
EGameSpeed speed,
boolean singleplayer) |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.