Uses of Enum Class
it.polimi.ingsw.client.enums.CLICommand
Packages that use CLICommand
-
Uses of CLICommand in it.polimi.ingsw.client.enums
Methods in it.polimi.ingsw.client.enums that return CLICommandModifier and TypeMethodDescriptionstatic CLICommandReturns the enum constant of this class with the specified name.static CLICommand[]CLICommand.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CLICommand in it.polimi.ingsw.client.game_client_and_cli
Methods in it.polimi.ingsw.client.game_client_and_cli that return types with arguments of type CLICommandModifier and TypeMethodDescriptionprivate Optional<CLICommand>GameClient.parseCommand(String command) Methods in it.polimi.ingsw.client.game_client_and_cli with parameters of type CLICommandModifier and TypeMethodDescriptionvoidGameClient.executeCommand(CLICommand command, Map<String, String> params)