Uses of Enum Class
com.example.project.services.GameScenes
Packages that use GameScenes
-
Uses of GameScenes in com.example.project.services
Methods in com.example.project.services that return GameScenesModifier and TypeMethodDescriptionstatic GameScenes
Returns the enum constant of this class with the specified name.static GameScenes[]
GameScenes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.example.project.services with parameters of type GameScenesModifier and TypeMethodDescriptionvoid
SceneManager.switchScene
(GameScenes type) Switch between scenes specifiy scene type of type fromGameScenes
.Method parameters in com.example.project.services with type arguments of type GameScenesModifier and TypeMethodDescriptionstatic void
SceneManager.injectForTests
(SceneManager newInstance, RootLayoutController newRootController, Map<GameScenes, GameScreenController> controllersToUse, Map<GameScenes, javafx.scene.Parent> pagesToUse) Helper method for tests.