Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- LAST_ROUND - Enum constant in enum class it.polimi.ingsw.server.controller.game_state_controller.messages.enums.ReturnMessage
- lastSnapshot - Variable in class it.polimi.ingsw.client.game_client_and_cli.GameClient
- Layout - Class in it.polimi.ingsw.client.new_gui.layout
- Layout() - Constructor for class it.polimi.ingsw.client.new_gui.layout.Layout
- LightArchipelago - Class in it.polimi.ingsw.server.model.game_logic
- LightArchipelago(List<Integer>, Map<Color, Integer>, TowerColor, boolean, boolean, Color) - Constructor for class it.polimi.ingsw.server.model.game_logic.LightArchipelago
- lightGameState - Variable in class it.polimi.ingsw.server.controller.game_state_controller.messages.UpdateClientMsg
- LightGameState - Class in it.polimi.ingsw.server.model.game_logic
- LightGameState(List<LightArchipelago>, List<LightSchoolBoard>, List<List<Color>>, int, Phase, List<Integer>, int, Map<Integer, Card>, List<LightPlayableCharacter>, LightPlayableCharacter) - Constructor for class it.polimi.ingsw.server.model.game_logic.LightGameState
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.Archipelago
-
This method returns the light version of the archipelago to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.ExpertArchipelago
-
This method returns the light version of the archipelago to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.ExpertGameState
-
This method returns the light version of the GameState, with all the useful information to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.ExpertSchoolBoard
-
This method returns the light version of the schoolBoard, containing all the useful information that need to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.GameState
-
This method returns the light version of the GameState, with all the useful information to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.PlayableCharacter
-
This method creates the light version of the PlayableCharacter containing all the useful information that need to be sent over the network and returns it
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.PlayableCharacterLock
-
This method returns the light version of a PlayableCharacterLock, containing all the useful information to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.PlayableCharacterProfessor
-
This method returns the light version of the PlayableCharacter, containing all the useful information that need to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.PlayableCharacterWithStudents
-
This method returns the light version of the PlayableCharacter, containing all the useful information that need to be sent over the network
- lightify() - Method in class it.polimi.ingsw.server.model.game_logic.SchoolBoard
-
This method returns the light version of the schoolBoard, containing all the useful information that need to be sent over the network
- LightPlayableCharacter - Class in it.polimi.ingsw.server.model.game_logic
- LightPlayableCharacter(int, int, int, String, Integer, List<Color>, Map<Color, Integer>) - Constructor for class it.polimi.ingsw.server.model.game_logic.LightPlayableCharacter
- LightSchoolBoard - Class in it.polimi.ingsw.server.model.game_logic
- LightSchoolBoard(int, Map<Color, Integer>, TowerColor, List<Color>, Set<Color>, List<Card>, Integer) - Constructor for class it.polimi.ingsw.server.model.game_logic.LightSchoolBoard
- LIZARD - Enum constant in enum class it.polimi.ingsw.server.model.game_logic.enums.Card
- loadFromUuid(UUID) - Static method in class it.polimi.ingsw.server.event_sourcing.Aggregate
-
Returns the updated aggregate based on the UUID
- lock - Variable in class it.polimi.ingsw.server.model.game_logic.ExpertArchipelago
- lock - Variable in class it.polimi.ingsw.server.model.game_logic.LightArchipelago
- lock() - Method in interface it.polimi.ingsw.server.model.game_logic.ArchipelagoCommonInterface
- lock() - Method in class it.polimi.ingsw.server.model.game_logic.ExpertArchipelago
-
This method sets the lock of the archipelago to true
- LOCK_ARCHIPELAGO - Enum constant in enum class it.polimi.ingsw.server.model.game_logic.enums.Character
- lockArchipelago(Archipelago) - Method in class it.polimi.ingsw.server.model.game_logic.ExpertGameState
- lockSymbol - Static variable in class it.polimi.ingsw.client.cli_graphics.Terminal
- log(String) - Method in class it.polimi.ingsw.client.cli_graphics.Terminal
-
This method logs the given string with the default color.
- log(String) - Method in class it.polimi.ingsw.client.game_client_and_cli.GameLogger
- log(String) - Static method in class it.polimi.ingsw.client.game_client_and_cli.GUIProxy
- log(String) - Method in interface it.polimi.ingsw.client.game_client_and_cli.Logger
- log(String) - Static method in class it.polimi.ingsw.client.new_gui.GUI
- log(String) - Static method in class it.polimi.ingsw.client.new_gui.views.player_view.ChatRenderer
- log(String) - Method in class it.polimi.ingsw.communication.tcp_client.TcpClient
-
Logs the message to the current logStream
- log(String) - Method in class it.polimi.ingsw.communication.tcp_server.TcpServer
-
Logs the message to the current logStream
- logChat(ChatMsg) - Method in class it.polimi.ingsw.client.game_client_and_cli.GameLogger
- logChat(ChatMsg) - Method in interface it.polimi.ingsw.client.game_client_and_cli.Logger
- logCyan(String) - Method in class it.polimi.ingsw.client.cli_graphics.Terminal
-
This method logs the given string with the cyan color.
- logError(String) - Method in class it.polimi.ingsw.client.cli_graphics.Terminal
-
This method logs the given string with the color indicating an error.
- logError(String) - Method in class it.polimi.ingsw.client.game_client_and_cli.GameLogger
- logError(String) - Method in interface it.polimi.ingsw.client.game_client_and_cli.Logger
- logGameState(LightGameState) - Method in class it.polimi.ingsw.client.game_client_and_cli.GameLogger
- logGameState(LightGameState) - Method in interface it.polimi.ingsw.client.game_client_and_cli.Logger
- logger - Variable in class it.polimi.ingsw.client.game_client_and_cli.GameClient
- Logger - Interface in it.polimi.ingsw.client.game_client_and_cli
- loggerHeight - Variable in class it.polimi.ingsw.client.cli_graphics.Terminal
- loggerWidth - Variable in class it.polimi.ingsw.client.cli_graphics.Terminal
- logHeader - Variable in class it.polimi.ingsw.communication.tcp_client.TcpClient
- logHeader - Variable in class it.polimi.ingsw.communication.tcp_server.TcpServer
- login - Enum constant in enum class it.polimi.ingsw.client.enums.CLICommand
- login(String, String) - Method in class it.polimi.ingsw.client.game_client_and_cli.GameClient
- Login - Enum constant in enum class it.polimi.ingsw.client.new_gui.input_handler.InputEventType
- loginMsg(SugarMessage, Peer) - Method in class it.polimi.ingsw.server.controller.auth_controller.AuthController
- LoginMsg - Class in it.polimi.ingsw.server.controller.auth_controller.messages
- LoginMsg(String, String) - Constructor for class it.polimi.ingsw.server.controller.auth_controller.messages.LoginMsg
- LoginView - Enum constant in enum class it.polimi.ingsw.client.new_gui.GUI.View
- LoginViewRenderer - Class in it.polimi.ingsw.client.new_gui.views.login_view
- LoginViewRenderer() - Constructor for class it.polimi.ingsw.client.new_gui.views.login_view.LoginViewRenderer
- logPurple(String) - Method in class it.polimi.ingsw.client.cli_graphics.Terminal
-
This method logs the given string with the purple color.
- logs - Variable in class it.polimi.ingsw.client.cli_graphics.Terminal
- logStream - Variable in class it.polimi.ingsw.communication.tcp_client.TcpClient
- logStream - Variable in class it.polimi.ingsw.communication.tcp_server.TcpServer
- logSuccess(String) - Method in class it.polimi.ingsw.client.cli_graphics.Terminal
-
This method logs the given string with the color indicating success.
- logSuccess(String) - Method in class it.polimi.ingsw.client.game_client_and_cli.GameLogger
- logSuccess(String) - Method in interface it.polimi.ingsw.client.game_client_and_cli.Logger
- logWarning(String) - Method in class it.polimi.ingsw.client.cli_graphics.Terminal
-
This method logs the given string with the color indicating a warning.
- logWithColor(String, String) - Method in class it.polimi.ingsw.client.cli_graphics.Terminal
-
This method logs the given string with the given color (represented with a string).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form