Package it.polimi.ingsw.am13.client.view.tui.menu


package it.polimi.ingsw.am13.client.view.tui.menu
  • Class
    Description
    Exception representing invalid set of parameters associated to a TUI command
    Item belonging to a menu.
    Menu item to change the displayed field to that of another player
    Menu item for choosing the personal objective card during INIT game phase It expects 1 argument (which card to choose) and sends the command to the server
    Menu item for creating a room.
    Menu item to disable the print of the legend in field view
    Menu item to enable the print of the legend in field view
    Menu item for entering a chat room It expects 1 argument Player's nickname associated to the chat room, or 'all' for the global chatroom with all the players And then it sends the command to the server
    Menu item for joining an existing room.
    Menu item for leaving the chat room currently active.
    Menu item for leaving the joined room.
    Menu item for picking a card off the common field during a turn-based game phase.
    Menu item for playing a card on field during a turn-based game phase.
    Menu item for playing the starting card in INIT game phase.
    Menu item to reconnect a player to an ongoing game
    Menu item for sending a message to the chatroom currently active.
    Menu item for updating the listed rooms.
    Menu storing all possible menu items corresponding to the is possible executable action in the current state of the game.