Uses of Class
fr.royalpha.sheepwars.api.GameState
-
Packages that use GameState Package Description fr.royalpha.sheepwars.api -
-
Uses of GameState in fr.royalpha.sheepwars.api
Fields in fr.royalpha.sheepwars.api declared as GameState Modifier and Type Field Description private static GameState
GameState. currentStep
Methods in fr.royalpha.sheepwars.api that return GameState Modifier and Type Method Description static GameState
GameState. getCurrentStep()
static GameState
GameState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GameState[]
GameState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.royalpha.sheepwars.api with parameters of type GameState Modifier and Type Method Description static boolean
GameState. isStep(GameState step)
static void
GameState. setCurrentStep(GameState currStep)
-