Index
A B C D E F G H I J K L M N O P Q R S T U V W Y
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
G
- game - Variable in class it.polimi.ingsw.model.rules.RuleSetBase
- Game - Class in it.polimi.ingsw.model
-
Provides methods to get and alter the state of the game.
- Game(GameBoard, List<Player>) - Constructor for class it.polimi.ingsw.model.Game
-
Default constructor
- GAME_RULES - Static variable in class it.polimi.ingsw.view.Constants
- GameBoard - Class in it.polimi.ingsw.model
-
Representation of the game field
- GameBoard() - Constructor for class it.polimi.ingsw.model.GameBoard
-
Default constructor Creates a matrix of 25 Cells
- GameBoard(List<Cell>) - Constructor for class it.polimi.ingsw.model.GameBoard
-
Jackson constructor
- gameBoardUpdate(List<Cell>, List<PlayerData>) - Method in class it.polimi.ingsw.view.cli.CLI
-
Refreshes the game screen
- gameBoardUpdate(List<Cell>, List<PlayerData>) - Method in class it.polimi.ingsw.view.gui.GUI
- gameBoardUpdate(List<Cell>, List<PlayerData>) - Method in interface it.polimi.ingsw.view.ViewInterface
-
Refreshes the game screen
- GameBoardUpdate - Class in it.polimi.ingsw.network.message.fromServerToClient
- GameBoardUpdate(String, List<Cell>, List<PlayerData>) - Constructor for class it.polimi.ingsw.network.message.fromServerToClient.GameBoardUpdate
- GameData - Class in it.polimi.ingsw.dataClass
-
A data class for Game
- GameData(List<Cell>, List<PlayerData>, TurnData) - Constructor for class it.polimi.ingsw.dataClass.GameData
-
Default constructor
- GameInterface - Interface in it.polimi.ingsw.model
-
Game interface
- GameScreenController - Class in it.polimi.ingsw.view.gui.viewController
- GameScreenController() - Constructor for class it.polimi.ingsw.view.gui.viewController.GameScreenController
- gameStarted() - Method in class it.polimi.ingsw.network.server.Lobby
-
gameStarted getter
- GameStartEvent - Class in it.polimi.ingsw.network.message.fromServerToClient
- GameStartEvent(Type, GameData) - Constructor for class it.polimi.ingsw.network.message.fromServerToClient.GameStartEvent
- gameStartScreen(List<Cell>, List<PlayerData>) - Method in class it.polimi.ingsw.view.cli.CLI
-
Updates information about the players and the game
- gameStartScreen(List<Cell>, List<PlayerData>) - Method in class it.polimi.ingsw.view.gui.GUI
- gameStartScreen(List<Cell>, List<PlayerData>) - Method in interface it.polimi.ingsw.view.ViewInterface
-
Sets up the game board and its graphics
- generateNextTurn() - Method in class it.polimi.ingsw.model.Game
-
Generates the next game turn
- generateOptions() - Method in class it.polimi.ingsw.view.inputManagers.LoginManager
- getAdjacentCells(Cell) - Method in class it.polimi.ingsw.model.GameBoard
-
Gets all the adjacent cells of a given one
- getAllCells() - Method in class it.polimi.ingsw.model.GameBoard
-
Returns all the cells of the game board
- getAvailableLobbies() - Method in class it.polimi.ingsw.network.message.fromServerToClient.MovedToWaitingRoomResponse
- getAvailableLobbies() - Method in class it.polimi.ingsw.network.message.fromServerToClient.UserJoinedLobbyEvent
- getBackgroundColor() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.ActiveItem
-
background getter
- getBackgroundColor() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Dialog
-
background getter
- getBackgroundColor() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Rectangle
-
backgroundColor getter
- getBackgroundDark() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Color
-
backgroundDark getter
- getBackgroundLight() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Color
-
backgroundLight getter
- getBlock() - Method in class it.polimi.ingsw.model.Cell
-
block getter
- getBlocks() - Method in class it.polimi.ingsw.network.message.fromServerToClient.PossibleBuildingBlockResponse
- getBlocks(Cell) - Method in class it.polimi.ingsw.model.godCardsEffects.buildingEffects.BuildDome
-
Provides the possible blocks buildable on a given cell
- getBlocks(Cell) - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
Provides the possible blocks buildable on a given cell
- getBlocks(Cell) - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
Provides the possible blocks buildable on a given cell
- getBoard() - Method in class it.polimi.ingsw.dataClass.GameData
-
board getter
- getBuildableCells(Worker) - Method in class it.polimi.ingsw.model.Game
-
Provides the cell the given worker can build on
- getBuildableCells(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.affectMyTurnEffects.BuildBeforeAfterMovement
-
Provides a list of cells on which the worker can build on
- getBuildableCells(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.buildingEffects.BuildAgainDifferentCell
-
Provides a list of cells on which the worker can build on
- getBuildableCells(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.buildingEffects.BuildAgainSameCell
-
Provides a list of cells on which the worker can build on
- getBuildableCells(Worker) - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
Provides a list of cells on which the worker can build on
- getBuildableCells(Worker) - Method in class it.polimi.ingsw.model.rules.RuleSetContext
-
Provides a list of cells on which the worker can build on
- getBuildableCells(Worker) - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
Provides a list of cells on which the worker can build on
- getBuildsAvailable() - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
buildsAvailable getter
- getBuildsAvailable() - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
buildsAvailable getter
- getCell(int, int) - Method in class it.polimi.ingsw.model.GameBoard
-
Returns a cell by its coordinates
- getCell(Cell) - Method in class it.polimi.ingsw.model.GameBoard
-
"Proper" cell getter
- getCellBehind(Cell, Cell) - Method in class it.polimi.ingsw.model.GameBoard
-
Calculates the Cell behind a given Cell
- getChoiceList() - Method in class it.polimi.ingsw.view.gui.viewController.GameScreenController
- getCli() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Window
-
cli getter
- getCli() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.WindowItem
-
cli getter
- getCli() - Method in class it.polimi.ingsw.view.cli.console.graphics.SingleChoiceListPane
-
cli getter
- getCol() - Method in class it.polimi.ingsw.view.cli.console.CursorPosition
- getColor() - Method in class it.polimi.ingsw.dataClass.PlayerData
-
color getter
- getColor() - Method in class it.polimi.ingsw.model.Player
-
color getter
- getColor() - Method in class it.polimi.ingsw.model.Worker
-
color getter
- getColor() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Rectangle
-
color getter
- getConsole() - Method in class it.polimi.ingsw.view.cli.console.printers.Printer
-
console getter
- getCoordX() - Method in class it.polimi.ingsw.model.Cell
-
coordX getter
- getCoordY() - Method in class it.polimi.ingsw.model.Cell
-
coordY getter
- getCurrentBuffer() - Method in class it.polimi.ingsw.view.cli.console.RawConsoleInput
- getCurrentPlayer() - Method in class it.polimi.ingsw.dataClass.TurnData
-
currentPlayer getter
- getCurrentPlayer() - Method in class it.polimi.ingsw.model.Turn
-
currentTurn getter
- getCurrentRuleSet() - Method in class it.polimi.ingsw.model.Game
-
currentRuleSet getter
- getCurrentTurn() - Method in class it.polimi.ingsw.dataClass.GameData
-
currentTurn getter
- getCurrentTurn() - Method in class it.polimi.ingsw.model.Game
-
currentTurn getter
- getDark() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Color
-
dark getter
- getDescriptionStrategy() - Method in class it.polimi.ingsw.dataClass.GodData
-
descriptionStrategy getter
- getDescriptionStrategy() - Method in class it.polimi.ingsw.model.God
-
description getter
- getDisconnectedUser() - Method in class it.polimi.ingsw.network.message.fromServerToClient.MovedToWaitingRoomResponse
- getForegroundDark() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Color
-
foregroundDark getter
- getForegroundLight() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Color
-
foregroundLight getter
- getGameBoard() - Method in class it.polimi.ingsw.model.Game
-
gameBoard getter
- getGameBoard() - Method in class it.polimi.ingsw.network.message.fromServerToClient.GameBoardUpdate
- getGameBoard() - Method in class it.polimi.ingsw.network.message.fromServerToClient.PlayerRemovedEvent
- getGameLobbies() - Method in class it.polimi.ingsw.network.server.Server
-
gameLobbies getter
- getGod() - Method in class it.polimi.ingsw.dataClass.PlayerData
-
god gettter
- getGod() - Method in class it.polimi.ingsw.model.Player
-
god getter
- getGod() - Method in class it.polimi.ingsw.network.message.fromClientToServer.ChooseYourGodResponse
- getGodImageContainer() - Method in class it.polimi.ingsw.view.gui.viewController.ChooseGodsController
- getGods() - Method in class it.polimi.ingsw.network.message.fromServerToClient.ChooseInitialGodsRequest
- getGods() - Method in class it.polimi.ingsw.network.message.fromServerToClient.ChooseYourGodRequest
- getHeight() - Method in enum it.polimi.ingsw.model.Block
-
height getter
- getHeight() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.PrintableObject
-
height getter
- getHeight() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Rectangle
-
height getter
- getHeight() - Method in class it.polimi.ingsw.view.gui.utils.MapTileImage
- getID() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.WindowItem
-
id getter
- getIndex() - Method in class it.polimi.ingsw.view.gui.utils.ResizableImageView
- getInitCoord() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Rectangle
-
initCoord getter
- getInputs() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.InputDialog
-
Provides a map containing active items and their corresponding values to be returned
- getIpAddress() - Method in class it.polimi.ingsw.network.client.Client
-
ipAddress getter
- getIpID() - Method in class it.polimi.ingsw.view.gui.viewController.LoginController
- getItem() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.SimpleListItem
-
item getter
- getJoinBtn() - Method in class it.polimi.ingsw.view.gui.viewController.LobbyController
- getJoinedUser() - Method in class it.polimi.ingsw.network.message.fromServerToClient.UserJoinedLobbyEvent
- getLight() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Color
-
light getter
- getLobbies() - Method in class it.polimi.ingsw.network.message.fromServerToClient.LobbyCreatedEvent
- getLobbies() - Method in class it.polimi.ingsw.network.message.fromServerToClient.LoginResponse
- getLobbyList() - Method in class it.polimi.ingsw.view.gui.viewController.LobbyController
- getLobbyName() - Method in class it.polimi.ingsw.network.message.fromClientToServer.CreateLobbyRequest
- getLobbyName() - Method in class it.polimi.ingsw.network.message.fromClientToServer.JoinLobbyRequest
- getLobbySize() - Method in class it.polimi.ingsw.network.message.fromClientToServer.CreateLobbyRequest
- getLobbySize() - Method in class it.polimi.ingsw.network.message.fromServerToClient.UserJoinedLobbyEvent
- getLoginBtn() - Method in class it.polimi.ingsw.view.gui.viewController.LoginController
- getMapGrid() - Method in class it.polimi.ingsw.view.gui.viewController.GameScreenController
- getMaxBufferSize() - Method in class it.polimi.ingsw.view.cli.console.RawConsoleInput
-
maxBufferSize getter
- getMessage() - Method in exception it.polimi.ingsw.network.server.exceptions.RoomAlreadyExistingException
- getMessage() - Method in exception it.polimi.ingsw.network.server.exceptions.RoomFullException
- getMovedWorker() - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
movedWorker getter
- getMovedWorker() - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
movedWorker getter
- getMovesAvailable() - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
movesAvailable getter
- getMovesAvailable() - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
movesAvailable getter
- getMovesUpAvailable() - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
movesUpAvailable getter
- getMovesUpAvailable() - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
movesUpAvailable getter
- getName() - Method in class it.polimi.ingsw.dataClass.GodData
-
name getter
- getName() - Method in class it.polimi.ingsw.dataClass.PlayerData
-
name getter
- getName() - Method in class it.polimi.ingsw.model.God
-
name getter
- getName() - Method in class it.polimi.ingsw.model.Player
-
name getter
- getName() - Method in class it.polimi.ingsw.view.gui.utils.ResizableImageView
- getNewCurrentPlayerName() - Method in class it.polimi.ingsw.network.message.fromServerToClient.EndTurnEvent
- getObject() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.PrintableObject
- getOccupiedBy() - Method in class it.polimi.ingsw.model.Cell
-
occupiedBy getter
- getOldConfigs() - Method in class it.polimi.ingsw.view.gui.viewController.LoginController
- getParent() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.WindowItem
-
parent getter
- getPayload() - Method in class it.polimi.ingsw.network.message.fromClientToServer.ChooseInitialGodsResponse
- getPayload() - Method in class it.polimi.ingsw.network.message.fromClientToServer.ChooseStartingPlayerResponse
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.BuildableCellsResponse
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.ChooseStartingPlayerRequest
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.ChooseWorkerPositionRequest
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.ChosenGodsEvent
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.GameStartEvent
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.PlayerBuildEvent
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.PlayerMoveEvent
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.PlayerRemovedEvent
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.WalkableCellsResponse
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.WinnerDeclaredEvent
- getPayload() - Method in class it.polimi.ingsw.network.message.fromServerToClient.WorkerAddedEvent
- getPlayers() - Method in class it.polimi.ingsw.dataClass.GameData
-
players getter
- getPlayers() - Method in class it.polimi.ingsw.model.Game
-
players getter
- getPlayers() - Method in class it.polimi.ingsw.network.message.fromServerToClient.GameBoardUpdate
- getPlayersInfo() - Method in class it.polimi.ingsw.view.gui.viewController.GameScreenController
- getPlayersList() - Method in class it.polimi.ingsw.view.gui.viewController.StartingPlayerController
- getPosition() - Method in class it.polimi.ingsw.model.Worker
-
position getter
- getPossibleActions() - Method in class it.polimi.ingsw.network.message.fromServerToClient.WorkerSelectedResponse
- getPossibleActions(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.affectMyTurnEffects.BuildBeforeAfterMovement
-
Provides a list of possible actions for a player to perform, based on the chosen worker
- getPossibleActions(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.buildingEffects.BuildAgainDifferentCell
-
Provides a list of possible actions for a player to perform, based on the chosen worker
- getPossibleActions(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.buildingEffects.BuildAgainSameCell
-
Provides a list of possible actions for a player to perform, based on the chosen worker
- getPossibleActions(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.movementEffects.MoveAgain
-
Provides a list of possible actions for a player to perform, based on the chosen worker
- getPossibleActions(Worker) - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
Provides a list of possible actions for a player to perform, based on the chosen worker
- getPossibleActions(Worker) - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
Provides a list of possible actions for a player to perform, based on the chosen worker
- getReturnTo() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Window
-
returnTo getter
- getRoom() - Method in class it.polimi.ingsw.network.server.User
-
Provides the lobby in which the user is currently in
- getRoomName() - Method in class it.polimi.ingsw.network.server.Lobby
-
roomName getter
- getRoomParser() - Method in class it.polimi.ingsw.network.server.Lobby
-
messageParser getter
- getRow() - Method in class it.polimi.ingsw.view.cli.console.CursorPosition
- getRuleSetStrategy() - Method in class it.polimi.ingsw.model.Turn
-
ruleSetStrategy getter
- getSelectedCell() - Method in class it.polimi.ingsw.network.message.fromClientToServer.SelectBuildingCellRequest
- getSelectedWorker() - Method in class it.polimi.ingsw.dataClass.PlayerData
-
selectedWorker getter
- getSelectedWorker() - Method in class it.polimi.ingsw.model.Player
-
selectedWorker getter
- getSelectedWorker() - Method in class it.polimi.ingsw.network.message.fromServerToClient.WorkerSelectedResponse
- getStartingCell() - Method in class it.polimi.ingsw.model.action.Action
-
startingCell getter
- getStrategy() - Method in class it.polimi.ingsw.model.God
-
strategy getter
- getStrategy() - Method in class it.polimi.ingsw.model.rules.RuleSetContext
-
strategy getter
- getTargetBlock() - Method in class it.polimi.ingsw.model.action.BuildAction
-
targetBlock getter
- getTargetBlock() - Method in class it.polimi.ingsw.network.message.fromClientToServer.PlayerBuildRequest
- getTargetCell() - Method in class it.polimi.ingsw.model.action.Action
-
targetCell getter
- getTargetCell() - Method in class it.polimi.ingsw.network.message.fromClientToServer.AddWorkerRequest
- getTargetCell() - Method in class it.polimi.ingsw.network.message.fromClientToServer.PlayerBuildRequest
- getTargetCell() - Method in class it.polimi.ingsw.network.message.fromClientToServer.PlayerMoveRequest
- getTargetWorker() - Method in class it.polimi.ingsw.model.action.Action
-
targetWorker getter
- getTargetWorker() - Method in class it.polimi.ingsw.network.message.fromClientToServer.PlayerBuildRequest
- getTargetWorker() - Method in class it.polimi.ingsw.network.message.fromClientToServer.PlayerMoveRequest
- getTargetWorker() - Method in class it.polimi.ingsw.network.message.fromClientToServer.SelectWorkerRequest
- getTextArea() - Method in class it.polimi.ingsw.view.gui.viewController.GameScreenController
- getTextColor() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.InputDialog
-
Provides the first WindowItem.activeItems textColor
- getTextColor() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Rectangle
-
textColor getter
- getTurnNumber() - Method in class it.polimi.ingsw.dataClass.TurnData
-
turnNumber getter
- getTurnNumber() - Method in class it.polimi.ingsw.model.Turn
-
turnNumber getter
- getType() - Method in class it.polimi.ingsw.network.message.Message
-
type getter
- getUser() - Method in class it.polimi.ingsw.network.server.VirtualClient
-
user getter
- getUser(String, Lobby) - Method in class it.polimi.ingsw.network.server.Server
-
Finds an User, looking for its username in a lobby
- getUsername() - Method in class it.polimi.ingsw.network.client.Client
-
username getter
- getUsername() - Method in class it.polimi.ingsw.network.message.Message
-
username getter
- getUsername() - Method in class it.polimi.ingsw.network.server.User
-
username getter
- getUsernameID() - Method in class it.polimi.ingsw.view.gui.viewController.LoginController
- getUsers() - Method in class it.polimi.ingsw.network.server.Server
-
users getter
- getUsersInRoom(Lobby) - Method in class it.polimi.ingsw.network.server.Server
-
Provides a list of the users in a lobby
- getUsersInWaitingRoom() - Method in class it.polimi.ingsw.network.server.Server
-
Provides a list of the users in a lobby
- getValidation(Game) - Method in class it.polimi.ingsw.model.action.Action
-
Checks if the action can be performed, based on the game status
- getValidation(Game) - Method in class it.polimi.ingsw.model.action.BuildAction
-
Checks if the action can be performed, based on the game status
- getValidation(Game) - Method in class it.polimi.ingsw.model.action.MoveAction
-
Checks if the action can be performed, based on the game status
- getView() - Method in class it.polimi.ingsw.network.client.Client
-
viewInterface getter
- getWalkableCells(Worker) - Method in class it.polimi.ingsw.model.Game
-
Provides the cells the given worker can walk to
- getWalkableCells(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.affectMyTurnEffects.BuildBeforeAfterMovement
-
Provides a list of cells on which the worker can walk on
- getWalkableCells(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.movementEffects.MoveAgain
-
Provides a list of cells on which the worker can walk on
- getWalkableCells(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.movementEffects.Push
-
Provides a list of cells on which the worker can walk on
- getWalkableCells(Worker) - Method in class it.polimi.ingsw.model.godCardsEffects.movementEffects.Swap
-
Provides a list of cells on which the worker can walk on
- getWalkableCells(Worker) - Method in class it.polimi.ingsw.model.rules.RuleSetBase
-
Provides a list of cells on which the worker can walk on
- getWalkableCells(Worker) - Method in class it.polimi.ingsw.model.rules.RuleSetContext
-
Provides a list of cells on which the worker can walk on
- getWalkableCells(Worker) - Method in interface it.polimi.ingsw.model.rules.RuleSetStrategy
-
Provides a list of cells on which the worker can walk on
- getWidth() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.PrintableObject
-
width getter
- getWidth() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Rectangle
-
width getter
- getWinner() - Method in class it.polimi.ingsw.model.Game
-
winner getter
- getWorkers() - Method in class it.polimi.ingsw.dataClass.PlayerData
-
workers getter
- getWorkers() - Method in class it.polimi.ingsw.model.Player
-
Gets all Player's workers
- getWorkersCells() - Method in class it.polimi.ingsw.network.message.fromServerToClient.EndTurnEvent
- getWorkersNumber() - Method in class it.polimi.ingsw.dataClass.GodData
-
workersNumber getter
- getWorkersNumber() - Method in class it.polimi.ingsw.model.God
-
workersNumber getter
- God - Class in it.polimi.ingsw.model
-
Representation of a god card and its effect
- God(String, int, String) - Constructor for class it.polimi.ingsw.model.God
-
Default constructor
- GodChoiceInputManager - Class in it.polimi.ingsw.view.inputManagers
-
Handles inputs regarding the god choice and the match reload
- GodChoiceInputManager(Client, List<GodData>, int) - Constructor for class it.polimi.ingsw.view.inputManagers.GodChoiceInputManager
-
Constructor to be called to manage gods choice
- GodData - Class in it.polimi.ingsw.dataClass
-
A data class for God
- GodData(String, int, String) - Constructor for class it.polimi.ingsw.dataClass.GodData
-
Default constructor
- GridOverlay - Class in it.polimi.ingsw.view.cli.console.graphics
-
An invisible overlay to select the cells on the board
- GridOverlay(Window, CursorPosition, FancyPrinterBoardUtils, String) - Constructor for class it.polimi.ingsw.view.cli.console.graphics.GridOverlay
- GUI - Class in it.polimi.ingsw.view.gui
- GUI() - Constructor for class it.polimi.ingsw.view.gui.GUI
All Classes|All Packages