Modifier and Type | Method and Description |
---|---|
static Funcionalidade |
Funcionalidade.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Funcionalidade[] |
Funcionalidade.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JogadorAleatorioFuncionalidades(java.util.ArrayList<Carta> maoInicial,
boolean primeiro,
java.util.EnumSet<Funcionalidade> funcionalidades)
O método construtor do JogadorAleatorio.
|
MotorRAxxxxxx(Baralho deck1,
Baralho deck2,
java.util.ArrayList<Carta> mao1,
java.util.ArrayList<Carta> mao2,
Jogador jogador1,
Jogador jogador2,
int verbose,
int tempoLimitado,
java.io.PrintWriter saidaArquivo,
java.util.EnumSet<Funcionalidade> funcionalidadesAtivas) |