Uses of Class
com.dicycat.kroy.screens.GameScreen.State
-
Packages that use GameScreen.State Package Description com.dicycat.kroy.screens -
-
Uses of GameScreen.State in com.dicycat.kroy.screens
Fields in com.dicycat.kroy.screens declared as GameScreen.State Modifier and Type Field Description GameScreen.State
GameScreen. state
Methods in com.dicycat.kroy.screens that return GameScreen.State Modifier and Type Method Description static GameScreen.State
GameScreen.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GameScreen.State[]
GameScreen.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dicycat.kroy.screens with parameters of type GameScreen.State Modifier and Type Method Description void
GameScreen. setGameState(GameScreen.State s)
-