Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- text - Variable in class it.polimi.ingsw.am13.client.chat.ChatMessage
-
The text (content) of the message
- text - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandChat
-
The text of the message
- text - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseChat
-
The content of the message that should be sent
- THINKING_TIME - Static variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Only for debug: delay for doing actions in SKIP_TURNS mode
- thisPlayer - Variable in class it.polimi.ingsw.am13.client.chat.Chat
-
The player who is associated (owns) to a specific instance of this class
- thisPlayer - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUI
-
The player corresponding to a specific instance of
ViewGUI
. - thisPlayer - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerInit
-
The player associated to this
ViewGUIControllerInit
- thisPlayer - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Player associated to the client the GUI was created by
- thisPlayer - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerWinner
-
Player associated to the client the GUI was created by
- thisPlayer - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
-
Player the view refers to.
- thisPlayer - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIMatch
- thisRoom - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerJoinedRoom
-
The room this client belongs to
- timeout - Static variable in class it.polimi.ingsw.am13.ParametersServer
-
Constant storing the timeout used to detect the disconnection of a client (in ms)
- timeToWaitReconnection - Static variable in class it.polimi.ingsw.am13.ParametersServer
-
How much time (in ms) the controller waits for a client to reconnect when only 1 player or fewer are connected
- token - Variable in class it.polimi.ingsw.am13.model.player.PlayerLobby
-
Player's token (indicates their color).
- token - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandCreateRoom
-
The chosen token color.
- token - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandJoinRoom
-
The chosen token color.
- token - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandReconnectGame
-
Token of the player who wants to reconnect
- Token - Class in it.polimi.ingsw.am13.model.player
-
Represents token present in game.
- Token(ColorToken) - Constructor for class it.polimi.ingsw.am13.model.player.Token
- TOKEN_X_OFFSET - Static variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Horizontal offset of overlapped tokens
- tokenDim - Static variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Width/Height of the tokens visible on top of the starter card on the field
- tokenDimRel2x - Static variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Token dimension (square shape) relative to width (x) of the score tracker
- tokenImgs - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Map associating each player to its token image in the score tracker
- tokenOffsetCoordinates - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Map associating each player to the current graphical x-offset for their token on the scroeboard, with respect to the main coordinates of their points.
- toString() - Method in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItem
- toString() - Method in class it.polimi.ingsw.am13.controller.Room
- toString() - Method in class it.polimi.ingsw.am13.model.card.Card
- toString() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- toString() - Method in class it.polimi.ingsw.am13.model.card.Coordinates
- toString() - Method in class it.polimi.ingsw.am13.model.player.Field
- toString() - Method in class it.polimi.ingsw.am13.model.player.PlayerLobby
- toString() - Method in class it.polimi.ingsw.am13.model.player.Token
- transmitChatMessage(PlayerLobby, List<PlayerLobby>, String) - Method in class it.polimi.ingsw.am13.controller.GameController
-
Transmits a chat message (while this message will not cause any change in the model, nor will it be stored, it follows the same path as all the other messages)
- transmitChatMessage(PlayerLobby, List<PlayerLobby>, String) - Method in class it.polimi.ingsw.am13.controller.ListenerHandler
-
Notifies the view that a chat message was sent.
- transmitChatMessage(PlayerLobby, List<PlayerLobby>, String) - Method in class it.polimi.ingsw.am13.model.GameModel
-
Transmits a chat message (while this message will not cause any change in the model, nor will it be stored, it follows the same path as all the other messages)
- transmitChatMessage(List<PlayerLobby>, String) - Method in class it.polimi.ingsw.am13.network.rmi.GameControllerRMI
-
Transmits a chat message (while this message will not cause any change in the model, nor will it be stored, it follows the same path as all the other messages)
- transmitChatMessage(List<PlayerLobby>, String) - Method in interface it.polimi.ingsw.am13.network.rmi.GameControllerRMIIF
-
Transmits a chat message (while this message will not cause any change in the model, nor will it be stored, it follows the same path as all the other messages)
- tryRMICall(GameListenerServerRMI.RunnableRMI, String) - Method in class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
-
Tries to execute a generic RMI call for a fixed number of attempts, that it stops and do nothing.
- turnActionsCounter - Variable in class it.polimi.ingsw.am13.model.Match
-
Count of the actions done by a player during their turn.
- turnsCounterBackground - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Background image ofr counter of turns to the end of the game
- turnsCounterLabel - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Label for counter visible during final phase, displaying the number of turns left to the end of the game
- turnsToEnd - Variable in class it.polimi.ingsw.am13.client.gamestate.GameState
-
Number of turns to reach the end of the turn-based phase.
- turnsToEnd - Variable in class it.polimi.ingsw.am13.model.Match
-
This variable keeps track of how many turns are left during the final phase of the game
- turnsToEnd - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseFinalPhase
-
The number of turns left before the end of the game
- type - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils.CardSideSymbolsBuilder
-
gold/resource/starter -> G/R/S
- type - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponse
-
The type of the response, which is useful to associate it to the corresponding request
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form