Uses of Class
it.polimi.ingsw.model.StatusPlayer
-
Packages that use StatusPlayer Package Description it.polimi.ingsw.model This package contains classes used in the Server Side to manage the State of a Game. -
-
Uses of StatusPlayer in it.polimi.ingsw.model
Methods in it.polimi.ingsw.model that return StatusPlayer Modifier and Type Method Description StatusPlayer
Player. getStatusPlayer()
Get player's statusstatic StatusPlayer
StatusPlayer. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusPlayer[]
StatusPlayer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.polimi.ingsw.model with parameters of type StatusPlayer Modifier and Type Method Description void
Player. setStatusPlayer(StatusPlayer status)
Set player's status
-