Uses of Class
it.polimi.ingsw.model.GamePhase
-
Packages that use GamePhase Package Description it.polimi.ingsw.model This package contains classes used in the Server Side to manage the State of a Game. -
-
Uses of GamePhase in it.polimi.ingsw.model
Methods in it.polimi.ingsw.model that return GamePhase Modifier and Type Method Description GamePhase
Game. getPhase()
Get current Game PhaseGamePhase
GamePhase. next()
Gives the next GamePhaseGamePhase
GamePhase. prev()
Gives the previous GamePhasestatic GamePhase
GamePhase. start()
Used only to start the gamestatic GamePhase
GamePhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static GamePhase[]
GamePhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-