Index

A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

DATETIME_FORMAT - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
 
DEBUG_NPLAYERS - Static variable in class it.polimi.ingsw.am13.ParametersClient
1 Number of players for the debug mode
deck - Variable in class it.polimi.ingsw.am13.model.Deck
This attribute represents a deck using a LinkedList
deck - Variable in class it.polimi.ingsw.am13.model.DeckHandler
This attributes contains the deck of cards.
Deck<T> - Class in it.polimi.ingsw.am13.model
This class represent a physical deck of cards
Deck(LinkedList<T>) - Constructor for class it.polimi.ingsw.am13.model.Deck
This is the constructor of a Deck
deckGold - Variable in class it.polimi.ingsw.am13.model.Match
Deck handler of the gold cards deck
DeckHandler<T> - Class in it.polimi.ingsw.am13.model
This class represents a deck and two visible cards which sit on the Field at all times.
DeckHandler(LinkedList<T>) - Constructor for class it.polimi.ingsw.am13.model.DeckHandler
Creates a new Deck and the two visible cards by drawing them from the deck.
deckObjective - Variable in class it.polimi.ingsw.am13.model.Match
Deck handler of the objective cards deck
deckResources - Variable in class it.polimi.ingsw.am13.model.Match
Deck handler of the resource cards deck
deckStarter - Variable in class it.polimi.ingsw.am13.model.Match
Deck handler of the starter cards deck
description - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItem
Description of the command.
description - Variable in class it.polimi.ingsw.am13.PromptCommand
Short description of the command
descriptionLabel - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerInit
 
disconnectPlayer() - Method in class it.polimi.ingsw.am13.model.player.Player
Sets the isConnected variable to false
disconnectPlayer(PlayerLobby) - Method in class it.polimi.ingsw.am13.controller.GameController
Disconnects the specified player and starts the reconnection timer if there is only one player left It ends the game if, after the disconnection, no players are
disconnectPlayer(PlayerLobby) - Method in class it.polimi.ingsw.am13.model.GameModel
Disconnects the given player, by calling the corresponding method in match, removing the listener and notifying the listeners
disconnectPlayer(PlayerLobby) - Method in class it.polimi.ingsw.am13.model.Match
Disconnects the given player.
disconnectPlayer(PlayerLobby, long) - Method in class it.polimi.ingsw.am13.controller.GameController
disconnection method only for tests
displayCard(String, Side, ImageView) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
It opens the image corresponding to the passed id and side, adds it to the passed ImageView and then sets the height and width (they will always be the same since the only images that need to be displayed are cards).
displayField() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
This method displays the field of displayPlayer, by displaying all the placed cards and adding boxes at each available coordinate.
displayHandObjective() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Display the personal objective card
displayHandPlayable() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
this method displays the hand of playable cards of displayPlayer If displayPlayer is thisPlayer, it prints the card on the front, adds the buttons to flip them and make them draggable if it is the turn of thisPlayer.
displayPickablesAndCommonObjs() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Display the pickable cards and the common objectives
displayPlayer - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Player whose field and back of hand cards are currently being displayed
displayPlayer - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIMatch
 
displayPlayerLabel - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Label displaying the name of the player whose field is currently being displayed
draw() - Method in class it.polimi.ingsw.am13.model.Deck
Draws the Card at the top of this deck.
drawFromDeck() - Method in class it.polimi.ingsw.am13.model.DeckHandler
Draws the Card at the top of this deck.
drawFromTable(int) - Method in class it.polimi.ingsw.am13.model.DeckHandler
Draws a card from the visible ones anc unveils its replacement by drawing it from the
A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form