Modifier and Type | Method and Description |
---|---|
TipoEfeito |
CartaLacaio.getEfeito()
Recupera o atributo efeito.
|
static TipoEfeito |
TipoEfeito.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TipoEfeito[] |
TipoEfeito.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CartaLacaio.setEfeito(TipoEfeito efeito)
Modifica o atributo efeito.
|
Constructor and Description |
---|
CartaLacaio(int id,
java.lang.String nome,
int mana,
int ataque,
int vidaAtual,
int vidaMaxima,
TipoEfeito efeito,
int turno)
Construtor da classe CartaLacaio.
|