Uses of Class
it.polimi.ingsw.server.model.game_logic.entities.Player
Packages that use Player
Package
Description
-
Uses of Player in it.polimi.ingsw.server.controller.game_controller
Fields in it.polimi.ingsw.server.controller.game_controller with type parameters of type PlayerMethods in it.polimi.ingsw.server.controller.game_controller that return types with arguments of type PlayerMethods in it.polimi.ingsw.server.controller.game_controller with parameters of type PlayerModifier and TypeMethodDescriptionvoidprivate voidGameController.addPlayerEffective(Player player) -
Uses of Player in it.polimi.ingsw.server.controller.game_state_controller
Method parameters in it.polimi.ingsw.server.controller.game_state_controller with type arguments of type PlayerModifier and TypeMethodDescriptionstatic CommunicationControllerCommunicationController.createCommunicationController(List<Player> players, boolean isExpertMode) Constructor parameters in it.polimi.ingsw.server.controller.game_state_controller with type arguments of type PlayerModifierConstructorDescriptionprotectedCommunicationController(List<Player> players, boolean isExpertMode) protectedExpertCommunicationController(List<Player> players) -
Uses of Player in it.polimi.ingsw.server.controller.games_manager
Fields in it.polimi.ingsw.server.controller.games_manager with type parameters of type Player -
Uses of Player in it.polimi.ingsw.server.model.game_logic.entities
Methods in it.polimi.ingsw.server.model.game_logic.entities with parameters of type Player