| Enum Constant and Description |
|---|
BARUFFIOS_BRAIN_ELIXIR |
LEVICORPUS |
LYCANTHROPY |
MEMORY_POTION |
MUCUS_AD_NAUSEAM |
SILENCIO |
VENTO_FOLIO |
WOLFSBANE_POTION |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
recode(Effects s)
Find the lowercase string that corresponds to an effect name
|
static Effects |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Effects[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Effects BARUFFIOS_BRAIN_ELIXIR
public static final Effects LEVICORPUS
public static final Effects LYCANTHROPY
public static final Effects MEMORY_POTION
public static final Effects MUCUS_AD_NAUSEAM
public static final Effects SILENCIO
public static final Effects VENTO_FOLIO
public static final Effects WOLFSBANE_POTION
public static Effects[] values()
for (Effects c : Effects.values()) System.out.println(c);
public static Effects valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String recode(Effects s)
s - - effect