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.modelMethods in it.polimi.ingsw.model that return GamePhase Modifier and Type Method Description GamePhaseGame. getPhase()Get current Game PhaseGamePhaseGamePhase. next()Gives the next GamePhaseGamePhaseGamePhase. prev()Gives the previous GamePhasestatic GamePhaseGamePhase. start()Used only to start the gamestatic GamePhaseGamePhase. 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.
 
-