Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- action - Variable in class it.polimi.ingsw.am13.PromptCommand
-
Action corresponding to the command.
- actionLabel - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Label displaying the current game action to perform
- add(int, int) - Method in class it.polimi.ingsw.am13.model.card.Coordinates
-
Performs arithmetic sum of coordinates
- add(Coordinates) - Method in class it.polimi.ingsw.am13.model.card.Coordinates
-
Performs arithmetic sum of coordinates
- addCardBox(Coordinates, List<CardPlayableIF>) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
This method adds a box at the passed coordinates.
- addCardPicked(CardPlayableIF) - Method in class it.polimi.ingsw.am13.client.gamestate.PlayerState
-
Adds the given card to the player's hand
- addCardToHand(CardPlayable) - Method in class it.polimi.ingsw.am13.model.player.Player
-
Add a card to player's hand.
- addLinkToCard(CardSidePlayable) - Method in class it.polimi.ingsw.am13.model.card.Corner
-
This method creates a link from this corner to a cardSidePlayable
- addListener(GameListener) - Method in class it.polimi.ingsw.am13.controller.ListenerHandler
-
Adds a
GameListener
to the list of GameListener. - addMessage(List<PlayerLobby>, ChatMessage) - Method in class it.polimi.ingsw.am13.client.chat.Chat
-
Adds the chatMessage to the appropriate entry of the chat.
- addObjectivePoints() - Method in class it.polimi.ingsw.am13.model.GameModel
-
Method callable once reached phase CALC_POINTS.
- addObjectivePoints() - Method in class it.polimi.ingsw.am13.model.Match
-
This method adds the points given by Objective cards to each player.
- addObjectivePoints(CardObjective, CardObjective) - Method in class it.polimi.ingsw.am13.model.player.Player
-
Calculate and add points for the personal and common objectives.
- addPoints(int) - Method in class it.polimi.ingsw.am13.model.player.Player
-
Increment player's points counter by the given amount.
- addResource(Resource) - Method in class it.polimi.ingsw.am13.model.player.Field
-
Increase by 1 the counter of the given resource.
- addToLog(PlayerLobby, String) - Method in class it.polimi.ingsw.am13.client.view.gui.LogGUI
-
Adds to the log a generic string, with the specified subject player
- addToLog(String) - Method in class it.polimi.ingsw.am13.client.view.gui.LogGUI
-
Adds to the log a generic string, with the server as subject of the log
- addToLog(String) - Method in class it.polimi.ingsw.am13.client.view.tui.LogTUI
-
Adds to the log a generic string
- adjustFieldContainerSize() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Adjust field container size to contain all the cards displayed in it.
- alonePlayerWin - Static variable in class it.polimi.ingsw.am13.ParametersServer
-
Flag indication if a player who remained alone must be declared winner Debug purposes only
- ANGLE_NORESOURCE_SYMBOL - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANGLE_NOTLINKABLE_SYMBOL - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANIMAL - Enum constant in enum class it.polimi.ingsw.am13.model.card.Color
- ANIMAL - Enum constant in enum class it.polimi.ingsw.am13.model.card.Resource
- ANIMAL_SYMBOL - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- animalCounterLabel - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
Label for counter of animal resources in the field of displayPlayer
- ANSI_BLACK - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_BLUE - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_CYAN - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_GREEN - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_PURPLE - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_RED - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_RESET - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_WHITE - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- ANSI_YELLOW - Static variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
- argsAtLaunch - Static variable in class it.polimi.ingsw.am13.client.ClientMain
-
Command line arguments with which the app was called
- assertGameController() - Method in class it.polimi.ingsw.am13.network.socket.ClientRequestsHandler
-
Checks if the game controller has been set.
- attemptedToPlayCardBox - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
The card box in which thisPlayer has placed a card, before he receives confirmation from the server of the fact that the card was played successfully
- attemptedToPlayCardField - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
The ImageView of the card on the field that thisPlayer has played, before he receives confirmation from the server of the fact that the card was played successfully
- attemptedToPlayCardHand - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
The ImageView of the hand card thisPlayer has played, before he receives confirmation from the server of the fact that the card was played successfully
- attemptedToPlayFlipButton - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
-
The button used to flip the hand card thisPlayer has played, before he receives confirmation from the server of the fact that the card was played successfully
- availableCoordinates - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
-
The list of coordinates that are available after playing the card
- availableCoords - Variable in class it.polimi.ingsw.am13.client.gamestate.FieldState
-
List of available coordinates where to place other cards during the game
- availableCoords - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedStarter
-
The list of coordinates that are available after playing the starter
- availableStr(int) - Static method in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form