Modifier and Type | Method and Description |
---|---|
TipoAcao |
AcaoGUI.getTipo() |
static TipoAcao |
TipoAcao.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TipoAcao[] |
TipoAcao.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AcaoGUI.setTipo(TipoAcao tipo) |
Constructor and Description |
---|
AcaoGUI(TipoAcao tipo,
Carta cartaAlvo,
int arg,
boolean jogador)
Construtor da classe AcaoGUI.
|