Uses of Class
it.polimi.ingsw.model.GameMode
-
Packages that use GameMode Package Description it.polimi.ingsw.model This package contains classes used in the Server Side to manage the State of a Game. -
-
Uses of GameMode in it.polimi.ingsw.model
Fields in it.polimi.ingsw.model declared as GameMode Modifier and Type Field Description GameMode
Game. mode
GameMode of this gameMethods in it.polimi.ingsw.model that return GameMode Modifier and Type Method Description static GameMode
GameMode. strConverter(String input)
static GameMode
GameMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GameMode[]
GameMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in it.polimi.ingsw.model with parameters of type GameMode Constructor Description Game(GameMode mode, List<String> players)
Create a new game with the specified mode and players
-