Uses of Class
com.example.project.controllers.gameScreens.GameScreenController
Packages that use GameScreenController
-
Uses of GameScreenController in com.example.project.controllers.gameScreens
Subclasses of GameScreenController in com.example.project.controllers.gameScreensModifier and TypeClassDescriptionclass
Controller for the level screen.class
Controller for the login scene.class
Shop view controller. -
Uses of GameScreenController in com.example.project.services
Method parameters in com.example.project.services with type arguments of type GameScreenControllerModifier and TypeMethodDescriptionstatic void
SceneManager.injectForTests
(SceneManager newInstance, RootLayoutController newRootController, Map<GameScenes, GameScreenController> controllersToUse, Map<GameScenes, javafx.scene.Parent> pagesToUse) Helper method for tests.