Uses of Class
it.polimi.ingsw.utils.model.Command
-
Packages that use Command Package Description it.polimi.ingsw.view.GUI This package contians the GUI applicationit.polimi.ingsw.view.socket This package contains the classes used in socket connection -
-
Uses of Command in it.polimi.ingsw.view.GUI
Methods in it.polimi.ingsw.view.GUI that return types with arguments of type Command Modifier and Type Method Description List<Command>
MainController. getCommand()
Get commandsMethod parameters in it.polimi.ingsw.view.GUI with type arguments of type Command Modifier and Type Method Description void
AppGUI. update(ArrayList<Command> message)
Update messages and/or commands -
Uses of Command in it.polimi.ingsw.view.socket
Methods in it.polimi.ingsw.view.socket that return types with arguments of type Command Modifier and Type Method Description List<Command>
Parser. getCommandList(String filter)
Get an arraylist of command of a certain typeList<Command>
Parser. getUsableCommandList()
Get all player available commandMethods in it.polimi.ingsw.view.socket with parameters of type Command Modifier and Type Method Description static String
Parser. toString(Command command)
Convert a Command into a String to send to the server
-