Class InGameOptionsScene
- java.lang.Object
-
- ch.sahits.game.openpatrician.javafx.OpenPatricianScene
-
- ch.sahits.game.openpatrician.display.scene.InGameOptionsScene
-
public class InGameOptionsScene extends ch.sahits.game.openpatrician.javafx.OpenPatricianSceneOptions that can be accessed from within the game.- Author:
- Andi Hotz, (c) Sahits GmbH, 2014 Created on Dec 27, 2014
-
-
Constructor Summary
Constructors Constructor Description InGameOptionsScene()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SceneChangeablegetSceneChangeable()voidhandleGameStateChange(ch.sahits.game.openpatrician.event.GameStateChange stateChange)voidinitializeState()voidsetSceneChangeable(SceneChangeable sceneChangeable)
-
-
-
Method Detail
-
getSceneChangeable
public SceneChangeable getSceneChangeable()
-
setSceneChangeable
public void setSceneChangeable(SceneChangeable sceneChangeable)
-
initializeState
public void initializeState()
-
handleGameStateChange
public void handleGameStateChange(ch.sahits.game.openpatrician.event.GameStateChange stateChange)
-
-