Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- gameController - Variable in class it.polimi.ingsw.am13.network.rmi.GameControllerRMI
-
Wrapped gameController
- gameController - Variable in class it.polimi.ingsw.am13.network.socket.ClientRequestsHandler
-
GameController associated to the match the current player is playing (if he's in a match)
- GameController - Class in it.polimi.ingsw.am13.controller
-
This is a controller for a single game/match
- GameController(Room) - Constructor for class it.polimi.ingsw.am13.controller.GameController
-
Creates a new instance of the controller of the game with the specified room, which must be full.
- GameControllerRMI - Class in it.polimi.ingsw.am13.network.rmi
-
Version of class representing gameController for the RMI connection.
- GameControllerRMI(GameController, PlayerLobby) - Constructor for class it.polimi.ingsw.am13.network.rmi.GameControllerRMI
-
Wraps the given gameController to be exposed to the network, and associates this specific controller to the given player
- GameControllerRMIIF - Interface in it.polimi.ingsw.am13.network.rmi
-
Interface representing gameController for the RMI connection.
- gameId - Variable in class it.polimi.ingsw.am13.client.gamestate.GameState
-
Game ID for this game
- gameId - Variable in class it.polimi.ingsw.am13.controller.Room
-
GameId for the room, denoting a game yet not started or already started
- gameId - Variable in class it.polimi.ingsw.am13.model.GameModel
-
Unique number indicating the actual game model (hence the game/match to its all entirety)
- gameId - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandJoinRoom
-
The id of the game that the client wants to join
- gameListener - Variable in class it.polimi.ingsw.am13.network.socket.ClientRequestsHandler
-
GameListener instance associated to the current player
- GameListener - Interface in it.polimi.ingsw.am13.controller
-
Interface to be implemented by the classes that handle the communication between the server and the clients.
- GameListenerClientRMI - Class in it.polimi.ingsw.am13.client.network.rmi
-
Client-side listener for RMI connection.
- GameListenerClientRMI(PlayerLobby, NetworkHandlerRMI) - Constructor for class it.polimi.ingsw.am13.client.network.rmi.GameListenerClientRMI
-
Creates a new client-side listener, setting the player it represents and the network's handler which created it
- GameListenerClientRMIIF - Interface in it.polimi.ingsw.am13.client.network.rmi
-
Interface exposed remotely by the client representing the client-side listener for RMI connection.
- GameListenerServerRMI - Class in it.polimi.ingsw.am13.network.rmi
-
Implementation of a game listener for RMI connection.
- GameListenerServerRMI(GameListenerClientRMIIF, PlayerLobby) - Constructor for class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
-
Creates a new server-side game listener wrapping the client-side listener
- GameListenerServerRMI.RunnableRMI - Interface in it.polimi.ingsw.am13.network.rmi
-
Functional interface representing a generic call to a RMI method, hence it throws
RemoteException
- GameListenerServerSocket - Class in it.polimi.ingsw.am13.network.socket
-
This class is the socket implementation of
GameListener
. - GameListenerServerSocket(ClientRequestsHandler, ObjectOutputStream, PlayerLobby) - Constructor for class it.polimi.ingsw.am13.network.socket.GameListenerServerSocket
-
Initialize the attributes
- gameModel - Variable in class it.polimi.ingsw.am13.controller.GameController
-
The model of the game
- GameModel - Class in it.polimi.ingsw.am13.model
-
Model of the entire game.
- GameModel(Room) - Constructor for class it.polimi.ingsw.am13.model.GameModel
-
Creates a new instance of
GameModel
with the specified players. - GameModelIF - Interface in it.polimi.ingsw.am13.model
-
Immutable version of
GameModel
class. - gameStarted - Variable in class it.polimi.ingsw.am13.controller.Room
-
Flag indicating if the game for this is started or not.
- gameState - Variable in class it.polimi.ingsw.am13.client.view.gui.LogGUI
-
State of the game
- gameState - Variable in class it.polimi.ingsw.am13.client.view.tui.LogTUI
-
State of the game
- gameState - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
-
Game's state.
- gameState - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIMatch
- gameState - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseStartGame
-
The game initial game state
- gameState - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseUpdateGameState
-
The updated game state
- GameState - Class in it.polimi.ingsw.am13.client.gamestate
-
Representation of the state of the game in a certain instant.
- GameState(GameModelIF) - Constructor for class it.polimi.ingsw.am13.client.gamestate.GameState
-
Creates a new representation of the game's state starting from the given interface of model
- gameStateHandler - Variable in class it.polimi.ingsw.am13.client.network.socket.ServerResponseHandler
-
Handler of the representation of the game state
- GameStateHandler - Class in it.polimi.ingsw.am13.client.gamestate
-
Class handling the representation of the state of the game (
GameState
). - GameStateHandler(GameState) - Constructor for class it.polimi.ingsw.am13.client.gamestate.GameStateHandler
-
Builds a new handler for the representation of the game's state, starting from an already built representation
- GameStateHandler(GameModelIF) - Constructor for class it.polimi.ingsw.am13.client.gamestate.GameStateHandler
-
Builds a new handler for the representation of the game's state, starting from the interface of the game's model
- gameStatus - Variable in class it.polimi.ingsw.am13.client.gamestate.GameState
-
The current game status
- gameStatus - Variable in class it.polimi.ingsw.am13.model.Match
-
The status of the game
- GameStatus - Enum Class in it.polimi.ingsw.am13.model
-
Represents phases of the flow of the game Creation of the game itself doesn't have a game phase.
- GameStatus() - Constructor for enum class it.polimi.ingsw.am13.model.GameStatus
- GameStatusException - Exception Class in it.polimi.ingsw.am13.model.exceptions
-
Exception thrown if an action is done in the wrong game phase.
- GameStatusException(GameStatus, GameStatus) - Constructor for exception class it.polimi.ingsw.am13.model.exceptions.GameStatusException
-
Constructor of the exception.
- GameStatusException(String) - Constructor for exception class it.polimi.ingsw.am13.model.exceptions.GameStatusException
-
Constructor of the exception.
- generateEmptyCorners() - Static method in class it.polimi.ingsw.am13.model.card.Corner
-
Utility method useful for tests.
- generateHelp() - Static method in class it.polimi.ingsw.am13.client.ClientMain
-
Generates a help string to be printed via command line
- generateHelp() - Static method in class it.polimi.ingsw.am13.ServerMain
-
Generates a help string to be printed via command line
- generateHelpString() - Method in class it.polimi.ingsw.am13.PromptCommand
- genFieldString(FieldState) - Static method in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils
-
Generate the field string
- getAvailableCoord() - Method in class it.polimi.ingsw.am13.model.player.Player
- getAvailableCoordinates() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
- getAvailableCoords() - Method in class it.polimi.ingsw.am13.client.gamestate.FieldState
- getAvailableCoords() - Method in class it.polimi.ingsw.am13.model.player.Field
-
Retrieves the List of coordinates in which new cards can be placed.
- getAvailableCoords() - Method in interface it.polimi.ingsw.am13.model.player.FieldIF
-
Retrieves the List of coordinates in which new cards can be placed.
- getAvailableCoords() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedStarter
- getBacksNode(String) - Method in class it.polimi.ingsw.am13.model.card.CardFactory
- getCard() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandChoosePersonalObjective
- getCard() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPickCard
- getCard() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPlayCard
- getCardPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
- getCardSideAtCoord(Coordinates) - Method in class it.polimi.ingsw.am13.client.gamestate.FieldState
- getCardSideAtCoord(Coordinates) - Method in class it.polimi.ingsw.am13.model.player.Field
-
Retrieves the placed card in the Field at given coordinates.
- getCardSideAtCoord(Coordinates) - Method in interface it.polimi.ingsw.am13.model.player.FieldIF
-
Retrieves the card side of the placed card in the Field at given coordinates.
- getCenterResources() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- getCenterResources() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
- getChatWith(List<PlayerLobby>) - Method in class it.polimi.ingsw.am13.client.chat.Chat
- getChosenNickname() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandCreateRoom
- getChosenNickname() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandJoinRoom
- getChosenObjective() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseChosenPersonalObjective
- getColor() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- getColor() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
- getColor() - Method in class it.polimi.ingsw.am13.model.player.Token
- getColor1() - Method in class it.polimi.ingsw.am13.model.card.points.PointsPattern
- getColor2() - Method in class it.polimi.ingsw.am13.model.card.points.PointsPattern
- getColor3() - Method in class it.polimi.ingsw.am13.model.card.points.PointsPattern
- getCommand() - Method in class it.polimi.ingsw.am13.PromptCommand
- getCommandKey() - Method in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItem
- getCommonObjectives() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getCoordinates() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
- getCoordinatesPlaced() - Method in class it.polimi.ingsw.am13.model.player.Field
- getCoordinatesPlaced() - Method in interface it.polimi.ingsw.am13.model.player.FieldIF
- getCoords() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPlayCard
- getCornerResources() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
-
Get the list of resources present in the 4 angles of the card (clockwise order)
- getCornerResources() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
-
Get the list of resources present in the 4 angles of the card (clockwise order)
- getCorners() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- getCorners() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
-
Return the list of corners
- getCorners(JsonNode) - Method in class it.polimi.ingsw.am13.model.card.CardFactory
- getCoveredCorners() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- getCoveredCorners() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
- getCurrentMenu() - Method in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
- getCurrentPlayer() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getCurrentPlayer() - Method in class it.polimi.ingsw.am13.model.Match
- getDeckTop() - Method in class it.polimi.ingsw.am13.model.DeckHandler
-
Retrieves a copy of the first card of the deck without removing it.
- getDescription() - Method in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItem
- getException() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseError
- getField() - Method in class it.polimi.ingsw.am13.client.gamestate.PlayerState
- getField() - Method in class it.polimi.ingsw.am13.model.player.Player
- getField() - Method in interface it.polimi.ingsw.am13.model.player.PlayerIF
- getFieldByPlayer(PlayerLobby) - Method in class it.polimi.ingsw.am13.model.Match
- getFirstPlayer() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getFirstPlayer() - Method in class it.polimi.ingsw.am13.model.Match
- getFrontsNode(String) - Method in class it.polimi.ingsw.am13.model.card.CardFactory
- getGameId() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getGameId() - Method in class it.polimi.ingsw.am13.controller.GameController
- getGameId() - Method in class it.polimi.ingsw.am13.controller.Room
- getGameId() - Method in interface it.polimi.ingsw.am13.controller.RoomIF
- getGameId() - Method in class it.polimi.ingsw.am13.model.GameModel
- getGameId() - Method in interface it.polimi.ingsw.am13.model.GameModelIF
- getGameId() - Method in class it.polimi.ingsw.am13.network.rmi.GameControllerRMI
- getGameId() - Method in interface it.polimi.ingsw.am13.network.rmi.GameControllerRMIIF
- getGameId() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandJoinRoom
- getGameState() - Method in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
- getGameState() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseStartGame
- getGameState() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseUpdateGameState
- getGameStatus() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getGameStatus() - Method in class it.polimi.ingsw.am13.model.Match
- getHandCards() - Method in class it.polimi.ingsw.am13.model.player.Player
- getHandCards() - Method in interface it.polimi.ingsw.am13.model.player.PlayerIF
- getHandObjective() - Method in class it.polimi.ingsw.am13.client.gamestate.PlayerState
- getHandPlayable() - Method in class it.polimi.ingsw.am13.client.gamestate.PlayerState
- getId() - Method in class it.polimi.ingsw.am13.model.card.Card
- getId() - Method in interface it.polimi.ingsw.am13.model.card.CardIF
- getId() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- getId() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
-
Returns the id of the card
- getInstance() - Static method in class it.polimi.ingsw.am13.controller.Lobby
-
Fetches the unique instance existing of this class, or first instantiates it (Singleton Pattern)
- getItem(String) - Method in class it.polimi.ingsw.am13.client.view.tui.menu.MenuTUI
- getLink() - Method in class it.polimi.ingsw.am13.model.card.Corner
- getListeners() - Method in class it.polimi.ingsw.am13.controller.ListenerHandler
-
Returns the list of
GameListener
handled by this class. - getListeners() - Method in class it.polimi.ingsw.am13.model.GameModel
- getLogMessages() - Method in class it.polimi.ingsw.am13.client.view.tui.LogTUI
- getNetworkHandler() - Method in class it.polimi.ingsw.am13.client.view.tui.MenuInputReader
- getNickname() - Method in class it.polimi.ingsw.am13.model.player.PlayerLobby
- getNickname() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandReconnectGame
- getnPlayersTarget() - Method in class it.polimi.ingsw.am13.controller.Room
- getnPlayersTarget() - Method in interface it.polimi.ingsw.am13.controller.RoomIF
- getObjectivePoints() - Method in class it.polimi.ingsw.am13.model.player.Player
- getParameterList() - Method in class it.polimi.ingsw.am13.PromptCommand
- getPersonalObjective() - Method in class it.polimi.ingsw.am13.model.player.Player
- getPersonalObjective() - Method in interface it.polimi.ingsw.am13.model.player.PlayerIF
- getPickables() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getPickables() - Method in class it.polimi.ingsw.am13.model.DeckHandler
-
List of all visible cards (that are pickable during turn phases).
- getPickedCard() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePickedCard
- getPing() - Method in interface it.polimi.ingsw.am13.controller.GameListener
- getPing() - Method in class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
- getPing() - Method in class it.polimi.ingsw.am13.network.socket.GameListenerServerSocket
- getPlacedCoords() - Method in class it.polimi.ingsw.am13.client.gamestate.FieldState
- getPlayedCardSide() - Method in class it.polimi.ingsw.am13.model.card.CardPlayable
-
If the card is visible in field, retrieves the side that is visible
- getPlayedCardSide() - Method in interface it.polimi.ingsw.am13.model.card.CardPlayableIF
- getPlayer() - Method in interface it.polimi.ingsw.am13.client.network.NetworkHandler
- getPlayer() - Method in class it.polimi.ingsw.am13.client.network.rmi.GameListenerClientRMI
- getPlayer() - Method in interface it.polimi.ingsw.am13.client.network.rmi.GameListenerClientRMIIF
- getPlayer() - Method in class it.polimi.ingsw.am13.client.network.rmi.NetworkHandlerRMI
- getPlayer() - Method in class it.polimi.ingsw.am13.client.network.socket.NetworkHandlerSocket
- getPlayer() - Method in interface it.polimi.ingsw.am13.controller.GameListener
- getPlayer() - Method in class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.GameListenerServerSocket
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseChosenPersonalObjective
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseNextTurn
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePickedCard
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedStarter
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayerDisconnected
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayerJoinedRoom
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayerLeftRoom
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayerReconnected
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseUpdateGameState
- getPlayer() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseWinner
- getPlayerLobby() - Method in class it.polimi.ingsw.am13.model.player.Player
- getPlayerLobby() - Method in interface it.polimi.ingsw.am13.model.player.PlayerIF
- getPlayers() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getPlayers() - Method in class it.polimi.ingsw.am13.controller.GameController
- getPlayers() - Method in class it.polimi.ingsw.am13.controller.Room
- getPlayers() - Method in interface it.polimi.ingsw.am13.controller.RoomIF
- getPlayers() - Method in class it.polimi.ingsw.am13.model.Match
- getPlayers() - Method in class it.polimi.ingsw.am13.network.rmi.GameControllerRMI
- getPlayers() - Method in interface it.polimi.ingsw.am13.network.rmi.GameControllerRMIIF
- getPlayers() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandCreateRoom
- getPlayersInGame() - Method in class it.polimi.ingsw.am13.controller.Room
- getPlayersInGame() - Method in interface it.polimi.ingsw.am13.controller.RoomIF
- getPlayerState(PlayerLobby) - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getPoints() - Method in class it.polimi.ingsw.am13.client.gamestate.PlayerState
- getPoints() - Method in class it.polimi.ingsw.am13.model.card.CardObjective
- getPoints() - Method in interface it.polimi.ingsw.am13.model.card.CardObjectiveIF
- getPoints() - Method in class it.polimi.ingsw.am13.model.card.CardSideObjectiveActive
- getPoints() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
-
Returns the object which describes all the information related to points
- getPoints() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
-
Returns the object which describes all the information related to points
- getPoints() - Method in class it.polimi.ingsw.am13.model.player.Player
- getPoints() - Method in interface it.polimi.ingsw.am13.model.player.PlayerIF
- getPoints() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
- getPoints() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePointsCalculated
- getPointsMultiplier() - Method in class it.polimi.ingsw.am13.model.card.points.PointsCorner
- getPointsMultiplier() - Method in class it.polimi.ingsw.am13.model.card.points.PointsInstant
- getPointsMultiplier() - Method in interface it.polimi.ingsw.am13.model.card.points.PointsObjective
- getPointsMultiplier() - Method in class it.polimi.ingsw.am13.model.card.points.PointsPattern
- getPointsMultiplier() - Method in interface it.polimi.ingsw.am13.model.card.points.PointsPlayable
-
Return the points multiplier.
- getPointsMultiplier() - Method in class it.polimi.ingsw.am13.model.card.points.PointsResource
- getPointsMultiplier() - Method in class it.polimi.ingsw.am13.model.card.points.PointsSet
- getPointsResource() - Method in class it.polimi.ingsw.am13.model.card.points.PointsCorner
- getPointsResource() - Method in class it.polimi.ingsw.am13.model.card.points.PointsInstant
- getPointsResource() - Method in interface it.polimi.ingsw.am13.model.card.points.PointsPlayable
-
Return the required resource to get points by playing the card.
- getPointsResource() - Method in class it.polimi.ingsw.am13.model.card.points.PointsResource
- getPossibleHandObjectives() - Method in class it.polimi.ingsw.am13.client.gamestate.PlayerState
- getPossiblePersonalObjectives() - Method in class it.polimi.ingsw.am13.model.player.Player
- getPossiblePersonalObjectives() - Method in interface it.polimi.ingsw.am13.model.player.PlayerIF
- getPosX() - Method in class it.polimi.ingsw.am13.model.card.Coordinates
- getPosY() - Method in class it.polimi.ingsw.am13.model.card.Coordinates
- getReceivers() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandChat
- getReceivers() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseChat
- getRequirements() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- getRequirements() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
- getResource() - Method in class it.polimi.ingsw.am13.model.card.Corner
- getResourceCount(Resource) - Method in class it.polimi.ingsw.am13.model.player.Field
-
Retrieves the number of visible resources in the Field.
- getResourcesInField() - Method in class it.polimi.ingsw.am13.client.gamestate.FieldState
- getResourcesInField() - Method in class it.polimi.ingsw.am13.model.player.Field
-
Getter for visible resource counters of the Field.
- getResourcesInField() - Method in interface it.polimi.ingsw.am13.model.player.FieldIF
- getRooms() - Method in interface it.polimi.ingsw.am13.client.network.NetworkHandler
-
Get the existing rooms
- getRooms() - Method in class it.polimi.ingsw.am13.client.network.rmi.NetworkHandlerRMI
-
Get the existing rooms
- getRooms() - Method in class it.polimi.ingsw.am13.client.network.socket.NetworkHandlerSocket
-
Get the existing rooms
- getRooms() - Method in class it.polimi.ingsw.am13.controller.Lobby
- getRooms() - Method in class it.polimi.ingsw.am13.network.rmi.LobbyRMI
- getRooms() - Method in interface it.polimi.ingsw.am13.network.rmi.LobbyRMIIF
- getRooms() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseGetRooms
- getRoot() - Method in class it.polimi.ingsw.am13.model.player.Field
-
Retrieves the root of the field's cards (the starter card in position (0,0)).
- getScene() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIController
- getSceneTitle() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIController
- getSceneTitle() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerInit
- getSceneTitle() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerJoinedRoom
- getSceneTitle() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
- getSceneTitle() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerRooms
- getSceneTitle() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerWinner
- getSender() - Method in class it.polimi.ingsw.am13.client.chat.ChatMessage
- getSender() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseChat
- getSet() - Method in class it.polimi.ingsw.am13.model.card.points.PointsSet
- getSide() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
- getSide() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
- getSide() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPlayCard
- getSide() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPlayStarter
- getSide(Side) - Method in class it.polimi.ingsw.am13.model.card.CardPlayable
- getSide(Side) - Method in interface it.polimi.ingsw.am13.model.card.CardPlayableIF
- getSize() - Method in class it.polimi.ingsw.am13.model.Deck
-
Returns the number of remaining cards in this deck.
- getStarter() - Method in class it.polimi.ingsw.am13.model.player.Player
- getStarter() - Method in interface it.polimi.ingsw.am13.model.player.PlayerIF
- getStarter() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedStarter
- getStarterCard() - Method in class it.polimi.ingsw.am13.client.gamestate.PlayerState
- getState() - Method in class it.polimi.ingsw.am13.client.gamestate.GameStateHandler
- getText() - Method in class it.polimi.ingsw.am13.client.chat.ChatMessage
- getText() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandChat
- getText() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseChat
- getThisPlayer() - Method in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
- getToken() - Method in class it.polimi.ingsw.am13.model.player.PlayerLobby
- getToken() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandCreateRoom
- getToken() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandJoinRoom
- getToken() - Method in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandReconnectGame
- getTop() - Method in class it.polimi.ingsw.am13.model.Deck
-
Retrieves a copy of the first card of this deck without removing it.
- getTurnsToEnd() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- getTurnsToEnd() - Method in class it.polimi.ingsw.am13.model.Match
- getTurnsToEnd() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseFinalPhase
- getType() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponse
- getUpdatedVisibleCards() - Method in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePickedCard
- getVec12() - Method in class it.polimi.ingsw.am13.model.card.points.PointsPattern
- getVec13() - Method in class it.polimi.ingsw.am13.model.card.points.PointsPattern
- getView() - Method in class it.polimi.ingsw.am13.client.network.rmi.NetworkHandlerRMI
- getVisibleCards() - Method in class it.polimi.ingsw.am13.model.DeckHandler
- getVisibleSide() - Method in class it.polimi.ingsw.am13.model.card.Card
- getVisibleSide() - Method in interface it.polimi.ingsw.am13.model.card.CardIF
- getWinner() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
- gldDeck - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
- gldPick1 - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
- gldPick2 - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
- GREEN - Enum constant in enum class it.polimi.ingsw.am13.model.player.ColorToken
- guideArea - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form