Uses of Class
edu.ntnu.idi.idatt.view.common.GamePlayersBox
Packages that use GamePlayersBox
Package
Description
-
Uses of GamePlayersBox in edu.ntnu.idi.idatt.view.common
Fields in edu.ntnu.idi.idatt.view.common declared as GamePlayersBoxMethods in edu.ntnu.idi.idatt.view.common that return GamePlayersBoxModifier and TypeMethodDescriptionabstract GamePlayersBox
GameView.createPlayersBox
(List<Player> players, int roundNumber) Creates and returns theGamePlayersBox
to display player information.GameView.getPlayersBox()
Gets theGamePlayersBox
used in this view. -
Uses of GamePlayersBox in edu.ntnu.idi.idatt.view.laddergame
Subclasses of GamePlayersBox in edu.ntnu.idi.idatt.view.laddergameMethods in edu.ntnu.idi.idatt.view.laddergame that return GamePlayersBoxModifier and TypeMethodDescriptionLadderGameView.createPlayersBox
(List<Player> players, int roundNumber) Creates and returns aLadderGamePlayersBox
to display player information (like name, token, and current tile) and the current round number for the Ladder Game. -
Uses of GamePlayersBox in edu.ntnu.idi.idatt.view.ludo
Subclasses of GamePlayersBox in edu.ntnu.idi.idatt.view.ludoMethods in edu.ntnu.idi.idatt.view.ludo that return GamePlayersBoxModifier and TypeMethodDescriptionLudoGameView.createPlayersBox
(List<Player> players, int roundNumber) Creates aLudoGamePlayersBox
to display player information for the Ludo game.