Uses of Interface
ch.sahits.game.openpatrician.display.SceneChangeable
-
Packages that use SceneChangeable Package Description ch.sahits.game.openpatrician.display ch.sahits.game.openpatrician.display.scene ch.sahits.game.graphic.display.scene -
-
Uses of SceneChangeable in ch.sahits.game.openpatrician.display
Subinterfaces of SceneChangeable in ch.sahits.game.openpatrician.display Modifier and Type Interface Description interfaceIOpenPatricianApplicationWindow -
Uses of SceneChangeable in ch.sahits.game.openpatrician.display.scene
Methods in ch.sahits.game.openpatrician.display.scene that return SceneChangeable Modifier and Type Method Description SceneChangeableBaseStartupScene. getSceneChangeable()SceneChangeableInGameOptionsScene. getSceneChangeable()SceneChangeableLoadGameScene. getSceneChangeable()Methods in ch.sahits.game.openpatrician.display.scene with parameters of type SceneChangeable Modifier and Type Method Description voidSceneChangeService. changeScene(SceneChangeable sceneChangeable, ch.sahits.game.openpatrician.javafx.OpenPatricianScene scene)Change the current scene.voidBaseStartupScene. setSceneChangeable(SceneChangeable sceneChangeable)voidInGameOptionsScene. setSceneChangeable(SceneChangeable sceneChangeable)voidLoadGameScene. setSceneChangeable(SceneChangeable sceneChangeable)
-