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 GameStateGameState. currentStepMethods in fr.royalpha.sheepwars.api that return GameState Modifier and Type Method Description static GameStateGameState. getCurrentStep()static GameStateGameState. 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 booleanGameState. isStep(GameState step)static voidGameState. setCurrentStep(GameState currStep)
-