Index

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

P

peek() - Method in class polimi.ingsw.am21.codex.model.Cards.Commons.Deck
Lets you peek the top card of the deck, without removing it
peekGoldCardFromDeck() - Method in class polimi.ingsw.am21.codex.model.GameBoard.GameBoard
Returns the first card of the gold deck, without drawing it
peekResourceCardFromDeck() - Method in class polimi.ingsw.am21.codex.model.GameBoard.GameBoard
Returns the first card of the resource deck, without drawing it
PLACE_CARD - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
placeCard(int, CardSideType, Position) - Method in class polimi.ingsw.am21.codex.model.Player.Player
Asks the PlayerBoard to position the card and then evaluates it
placeCard(Integer, CardSideType, Position) - Method in class polimi.ingsw.am21.codex.connection.client.ClientConnectionHandler
Places a card in the grid
placeCard(Integer, CardSideType, Position) - Method in class polimi.ingsw.am21.codex.connection.client.RMI.RMIClientConnectionHandler
 
placeCard(Integer, CardSideType, Position) - Method in class polimi.ingsw.am21.codex.connection.client.TCP.TCPClientConnectionHandler
 
placeCard(UUID, Integer, CardSideType, Position) - Method in interface polimi.ingsw.am21.codex.connection.server.RMI.RMIServerConnectionHandler
Places a card on the game board
placeCard(UUID, Integer, CardSideType, Position) - Method in class polimi.ingsw.am21.codex.connection.server.RMI.RMIServerConnectionHandlerImpl
 
placeCard(UUID, Integer, CardSideType, Position) - Method in class polimi.ingsw.am21.codex.controller.GameController
 
placeCard(ImageView) - Method in class polimi.ingsw.am21.codex.view.GUI.utils.GridCell
Loads a card in the cell and makes it inactive
placeCard(PlayableCard, CardSideType, Position) - Method in class polimi.ingsw.am21.codex.model.Player.PlayerBoard
Places a card on the playerBoard,
PlaceCardMessage - Class in polimi.ingsw.am21.codex.controller.messages.clientActions.game
 
PlaceCardMessage(UUID, String, String, int, CardSideType, Position) - Constructor for class polimi.ingsw.am21.codex.controller.messages.clientActions.game.PlaceCardMessage
 
PLANT - Enum constant in enum class polimi.ingsw.am21.codex.model.Cards.ResourceType
 
PlayableBackSide - Class in polimi.ingsw.am21.codex.model.Cards.Playable
 
PlayableBackSide(List<ResourceType>) - Constructor for class polimi.ingsw.am21.codex.model.Cards.Playable.PlayableBackSide
Constructor
PlayableCard - Class in polimi.ingsw.am21.codex.model.Cards.Playable
 
PlayableCard(int, PlayableFrontSide, PlayableBackSide) - Constructor for class polimi.ingsw.am21.codex.model.Cards.Playable.PlayableCard
 
PlayableCard(int, PlayableFrontSide, PlayableBackSide, ResourceType) - Constructor for class polimi.ingsw.am21.codex.model.Cards.Playable.PlayableCard
Constructor
playableCardToAscii(HashMap<Integer, String>) - Static method in interface polimi.ingsw.am21.codex.view.TUI.utils.CliCard
 
PlayableFrontSide - Class in polimi.ingsw.am21.codex.model.Cards.Playable
 
PlayableFrontSide() - Constructor for class polimi.ingsw.am21.codex.model.Cards.Playable.PlayableFrontSide
 
PlayableSide - Class in polimi.ingsw.am21.codex.model.Cards.Playable
 
PlayableSide() - Constructor for class polimi.ingsw.am21.codex.model.Cards.Playable.PlayableSide
 
Player - Class in polimi.ingsw.am21.codex.model.Player
 
PLAYER_CHOSE_OBJECTIVE - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
PLAYER_CONNECTION_CHANGED - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
PLAYER_JOINED_GAME - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
PLAYER_JOINED_LOBBY - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
PLAYER_LEFT_LOBBY - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
PLAYER_NOT_ACTIVE - Enum constant in enum class polimi.ingsw.am21.codex.controller.exceptions.InvalidActionException.InvalidActionCode
 
PLAYER_NOT_FOUND - Enum constant in enum class polimi.ingsw.am21.codex.controller.exceptions.InvalidActionException.InvalidActionCode
 
PLAYER_SCORES_UPDATE - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
PLAYER_SET_NICKNAME - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
PLAYER_SET_TOKEN_COLOR - Enum constant in enum class polimi.ingsw.am21.codex.controller.messages.MessageType
 
Player.PlayerBuilder - Class in polimi.ingsw.am21.codex.model.Player
 
PlayerBoard - Class in polimi.ingsw.am21.codex.model.Player
 
PlayerBoard(List<PlayableCard>, PlayableCard, ObjectiveCard) - Constructor for class polimi.ingsw.am21.codex.model.Player.PlayerBoard
 
PlayerBuilder(PlayableCard, CardPair<ObjectiveCard>) - Constructor for class polimi.ingsw.am21.codex.model.Player.Player.PlayerBuilder
 
playerChoseObjectiveCard(Boolean) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerChoseObjectiveCard(String, UUID, String) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerChoseObjectiveCard(String, UUID, String) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerChoseObjectiveCard(String, UUID, String) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerChoseObjectiveCard(String, UUID, String) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerChoseObjectiveCard(String, UUID, String) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerChoseObjectiveCard(String, UUID, String) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of a player choosing their objective card.
playerChoseObjectiveCard(String, UUID, String) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
playerChoseObjectiveCard(String, UUID, String) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerChoseObjectiveCardMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby
 
PlayerChoseObjectiveCardMessage(String, UUID, String) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby.PlayerChoseObjectiveCardMessage
 
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of a player's connection status changing.
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
playerConnectionChanged(UUID, String, GameController.UserGameContext.ConnectionStatus) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerConnectionChangedMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate
 
PlayerConnectionChangedMessage(UUID, String, GameController.UserGameContext.ConnectionStatus) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.PlayerConnectionChangedMessage
 
playerDisconnected(String) - Method in class polimi.ingsw.am21.codex.model.Game
 
playerJoinedGame(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerJoinedGame(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerJoinedGame(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerJoinedGame(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerJoinedGame(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerJoinedGame(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of a player joining a game.
playerJoinedGame(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerJoinedGameMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate.game
 
PlayerJoinedGameMessage(String, UUID, String, TokenColor, List<Integer>, Integer, CardSideType) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.game.PlayerJoinedGameMessage
 
playerJoinedLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerJoinedLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
Removes a player slot from the game entry in the menu.
playerJoinedLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerJoinedLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerJoinedLobby(String, UUID) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerJoinedLobby(String, UUID) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of a player joining a game lobby.
playerJoinedLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
playerJoinedLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.view.TUI.utils.Cli
 
playerJoinedLobby(String, UUID) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerJoinedLobbyMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby
 
PlayerJoinedLobbyMessage(String, UUID) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby.PlayerJoinedLobbyMessage
 
playerLeftLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerLeftLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerLeftLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerLeftLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerLeftLobby(String, UUID) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerLeftLobby(String, UUID) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of a player leaving a game lobby.
playerLeftLobby(String, UUID) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
playerLeftLobby(String, UUID) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerLeftLobbyMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby
 
PlayerLeftLobbyMessage(String, UUID) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby.PlayerLeftLobbyMessage
 
playerNotActive() - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerNotActive() - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameErrorListener
 
PlayerNotActive - Exception Class in polimi.ingsw.am21.codex.controller.exceptions
 
PlayerNotActive() - Constructor for exception class polimi.ingsw.am21.codex.controller.exceptions.PlayerNotActive
 
playerNotFound() - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerNotFound() - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameErrorListener
 
PlayerNotFoundException - Exception Class in polimi.ingsw.am21.codex.controller.exceptions
 
PlayerNotFoundException(String) - Constructor for exception class polimi.ingsw.am21.codex.controller.exceptions.PlayerNotFoundException
 
PlayerNotFoundException(UUID) - Constructor for exception class polimi.ingsw.am21.codex.controller.exceptions.PlayerNotFoundException
 
PlayerNotFoundException(PlayerNotFoundGameException) - Constructor for exception class polimi.ingsw.am21.codex.controller.exceptions.PlayerNotFoundException
 
PlayerNotFoundGameException - Exception Class in polimi.ingsw.am21.codex.model.exceptions
 
PlayerNotFoundGameException(String) - Constructor for exception class polimi.ingsw.am21.codex.model.exceptions.PlayerNotFoundGameException
 
PlayerNotFoundGameException(UUID) - Constructor for exception class polimi.ingsw.am21.codex.model.exceptions.PlayerNotFoundGameException
 
playerReconnected(String) - Method in class polimi.ingsw.am21.codex.model.Game
 
playerScoresUpdate(Map<String, Integer>) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerScoresUpdate(Map<String, Integer>) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerScoresUpdate(Map<String, Integer>) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerScoresUpdate(Map<String, Integer>) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerScoresUpdate(Map<String, Integer>) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerScoresUpdate(Map<String, Integer>) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of the player's score being updated after the game ends and secret and common objectives are evaluated.
playerScoresUpdate(Map<String, Integer>) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
playerScoresUpdate(Map<String, Integer>) - Method in class polimi.ingsw.am21.codex.view.TUI.utils.Cli
 
playerScoresUpdate(Map<String, Integer>) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerScoresUpdateMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate.game
 
PlayerScoresUpdateMessage(Map<String, Integer>) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.game.PlayerScoresUpdateMessage
 
playerSetNickname(String, UUID, String) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerSetNickname(String, UUID, String) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerSetNickname(String, UUID, String) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerSetNickname(String, UUID, String) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerSetNickname(String, UUID, String) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerSetNickname(String, UUID, String) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of a player choosing their nickname.
playerSetNickname(String, UUID, String) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
playerSetNickname(String, UUID, String) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerSetNicknameMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby
 
PlayerSetNicknameMessage(String, UUID, String) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby.PlayerSetNicknameMessage
 
playerSetToken(String, UUID, String, TokenColor) - Method in class polimi.ingsw.am21.codex.client.ClientGameEventHandler
 
playerSetToken(String, UUID, String, TokenColor) - Method in class polimi.ingsw.am21.codex.client.localModel.LocalModelContainer
 
playerSetToken(String, UUID, String, TokenColor) - Method in class polimi.ingsw.am21.codex.client.localModel.remote.LocalModelGameEventListener
 
playerSetToken(String, UUID, String, TokenColor) - Method in class polimi.ingsw.am21.codex.connection.server.TCP.TCPServerControllerListener
 
playerSetToken(String, UUID, String, TokenColor) - Method in interface polimi.ingsw.am21.codex.controller.listeners.GameEventListener
 
playerSetToken(String, UUID, String, TokenColor) - Method in interface polimi.ingsw.am21.codex.controller.listeners.RemoteGameEventListener
Interface method used to process the event of a player choosing their token color.
playerSetToken(String, UUID, String, TokenColor) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
playerSetToken(String, UUID, String, TokenColor) - Method in interface polimi.ingsw.am21.codex.view.View
 
PlayerSetTokenColorMessage - Class in polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby
 
PlayerSetTokenColorMessage(String, UUID, String, TokenColor) - Constructor for class polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby.PlayerSetTokenColorMessage
 
PlayerState - Enum Class in polimi.ingsw.am21.codex.model.Player
 
PLAYING - Enum constant in enum class polimi.ingsw.am21.codex.model.GameState
 
PLAYING - Enum constant in enum class polimi.ingsw.am21.codex.model.Player.PlayerState
 
PointConditionType - Enum Class in polimi.ingsw.am21.codex.model.Cards.Objectives
 
polimi.ingsw.am21.codex - module polimi.ingsw.am21.codex
 
polimi.ingsw.am21.codex - package polimi.ingsw.am21.codex
 
polimi.ingsw.am21.codex.client - package polimi.ingsw.am21.codex.client
 
polimi.ingsw.am21.codex.client.localModel - package polimi.ingsw.am21.codex.client.localModel
 
polimi.ingsw.am21.codex.client.localModel.remote - package polimi.ingsw.am21.codex.client.localModel.remote
 
polimi.ingsw.am21.codex.connection - package polimi.ingsw.am21.codex.connection
 
polimi.ingsw.am21.codex.connection.client - package polimi.ingsw.am21.codex.connection.client
 
polimi.ingsw.am21.codex.connection.client.RMI - package polimi.ingsw.am21.codex.connection.client.RMI
 
polimi.ingsw.am21.codex.connection.client.TCP - package polimi.ingsw.am21.codex.connection.client.TCP
 
polimi.ingsw.am21.codex.connection.server - package polimi.ingsw.am21.codex.connection.server
 
polimi.ingsw.am21.codex.connection.server.RMI - package polimi.ingsw.am21.codex.connection.server.RMI
 
polimi.ingsw.am21.codex.connection.server.TCP - package polimi.ingsw.am21.codex.connection.server.TCP
 
polimi.ingsw.am21.codex.controller - package polimi.ingsw.am21.codex.controller
 
polimi.ingsw.am21.codex.controller.exceptions - package polimi.ingsw.am21.codex.controller.exceptions
 
polimi.ingsw.am21.codex.controller.listeners - package polimi.ingsw.am21.codex.controller.listeners
 
polimi.ingsw.am21.codex.controller.messages - package polimi.ingsw.am21.codex.controller.messages
 
polimi.ingsw.am21.codex.controller.messages.clientActions - package polimi.ingsw.am21.codex.controller.messages.clientActions
 
polimi.ingsw.am21.codex.controller.messages.clientActions.game - package polimi.ingsw.am21.codex.controller.messages.clientActions.game
 
polimi.ingsw.am21.codex.controller.messages.clientActions.lobby - package polimi.ingsw.am21.codex.controller.messages.clientActions.lobby
 
polimi.ingsw.am21.codex.controller.messages.clientRequest.lobby - package polimi.ingsw.am21.codex.controller.messages.clientRequest.lobby
 
polimi.ingsw.am21.codex.controller.messages.server.lobby - package polimi.ingsw.am21.codex.controller.messages.server.lobby
 
polimi.ingsw.am21.codex.controller.messages.serverErrors - package polimi.ingsw.am21.codex.controller.messages.serverErrors
 
polimi.ingsw.am21.codex.controller.messages.viewUpdate - package polimi.ingsw.am21.codex.controller.messages.viewUpdate
 
polimi.ingsw.am21.codex.controller.messages.viewUpdate.game - package polimi.ingsw.am21.codex.controller.messages.viewUpdate.game
 
polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby - package polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby
 
polimi.ingsw.am21.codex.controller.utils - package polimi.ingsw.am21.codex.controller.utils
 
polimi.ingsw.am21.codex.model - package polimi.ingsw.am21.codex.model
 
polimi.ingsw.am21.codex.model.Cards - package polimi.ingsw.am21.codex.model.Cards
 
polimi.ingsw.am21.codex.model.Cards.Builder - package polimi.ingsw.am21.codex.model.Cards.Builder
 
polimi.ingsw.am21.codex.model.Cards.Commons - package polimi.ingsw.am21.codex.model.Cards.Commons
 
polimi.ingsw.am21.codex.model.Cards.Commons.CardPair - package polimi.ingsw.am21.codex.model.Cards.Commons.CardPair
 
polimi.ingsw.am21.codex.model.Cards.Objectives - package polimi.ingsw.am21.codex.model.Cards.Objectives
 
polimi.ingsw.am21.codex.model.Cards.Playable - package polimi.ingsw.am21.codex.model.Cards.Playable
 
polimi.ingsw.am21.codex.model.Chat - package polimi.ingsw.am21.codex.model.Chat
 
polimi.ingsw.am21.codex.model.exceptions - package polimi.ingsw.am21.codex.model.exceptions
 
polimi.ingsw.am21.codex.model.GameBoard - package polimi.ingsw.am21.codex.model.GameBoard
 
polimi.ingsw.am21.codex.model.GameBoard.exceptions - package polimi.ingsw.am21.codex.model.GameBoard.exceptions
 
polimi.ingsw.am21.codex.model.Lobby - package polimi.ingsw.am21.codex.model.Lobby
 
polimi.ingsw.am21.codex.model.Lobby.exceptions - package polimi.ingsw.am21.codex.model.Lobby.exceptions
 
polimi.ingsw.am21.codex.model.Player - package polimi.ingsw.am21.codex.model.Player
 
polimi.ingsw.am21.codex.view - package polimi.ingsw.am21.codex.view
 
polimi.ingsw.am21.codex.view.GUI - package polimi.ingsw.am21.codex.view.GUI
 
polimi.ingsw.am21.codex.view.GUI.utils - package polimi.ingsw.am21.codex.view.GUI.utils
 
polimi.ingsw.am21.codex.view.TUI - package polimi.ingsw.am21.codex.view.TUI
 
polimi.ingsw.am21.codex.view.TUI.utils - package polimi.ingsw.am21.codex.view.TUI.utils
 
polimi.ingsw.am21.codex.view.TUI.utils.commons - package polimi.ingsw.am21.codex.view.TUI.utils.commons
 
Position - Class in polimi.ingsw.am21.codex.model.Cards
Represents a position in the isometric grid The isometric grid is a grid with the following properties:
1.
Position() - Constructor for class polimi.ingsw.am21.codex.model.Cards.Position
 
Position(int, int) - Constructor for class polimi.ingsw.am21.codex.model.Cards.Position
 
postMessage(ChatMessage) - Method in class polimi.ingsw.am21.codex.model.Chat.Chat
 
postNotification(Notification) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
Posts a push notification to the user
postNotification(Notification) - Method in class polimi.ingsw.am21.codex.view.TUI.utils.Cli
 
postNotification(Notification) - Method in interface polimi.ingsw.am21.codex.view.View
 
postNotification(NotificationType, String) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
Posts a push notification to the user
postNotification(NotificationType, String) - Method in class polimi.ingsw.am21.codex.view.TUI.utils.Cli
 
postNotification(NotificationType, String) - Method in interface polimi.ingsw.am21.codex.view.View
 
postNotification(NotificationType, String[], Colorable, int) - Method in class polimi.ingsw.am21.codex.view.GUI.Gui
 
postNotification(NotificationType, String[], Colorable, int) - Method in class polimi.ingsw.am21.codex.view.TUI.utils.Cli
 
postNotification(NotificationType, String[], Colorable, int) - Method in interface polimi.ingsw.am21.codex.view.View
 
printPrompt() - Method in class polimi.ingsw.am21.codex.view.TUI.utils.Cli
 
printUpdate(String) - Method in class polimi.ingsw.am21.codex.view.TUI.utils.Cli
 
processNotifications() - Method in class polimi.ingsw.am21.codex.view.GUI.utils.NotificationLoader
Recursively processes the notifications in the queue until it's empty
PURPLE - Enum constant in enum class polimi.ingsw.am21.codex.view.TUI.utils.commons.Color
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form