Uses of Class
it.polimi.ingsw.model.Player
-
Packages that use Player Package Description it.polimi.ingsw.model This package contains classes used in the Server Side to manage the State of a Game. -
-
Uses of Player in it.polimi.ingsw.model
Methods in it.polimi.ingsw.model that return types with arguments of type Player Modifier and Type Method Description ArrayList<Player>
Game. getPlayerList()
Get a copy of Game PlayerListConstructors in it.polimi.ingsw.model with parameters of type Player Constructor Description Player(Player player)
Create a Player's instance from a Player instance
-