public enum PokeLootRate extends java.lang.Enum<PokeLootRate>
Modifier and Type | Method and Description |
---|---|
int |
getHiddenFrequency() |
int |
getMinChunk() |
int |
getMinDistance() |
static PokeLootRate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PokeLootRate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PokeLootRate MINIMAL
public static final PokeLootRate NORMAL
public static final PokeLootRate MORE
public static final PokeLootRate EXTREME
public static PokeLootRate[] values()
for (PokeLootRate c : PokeLootRate.values()) System.out.println(c);
public static PokeLootRate 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 int getMinDistance()
public int getMinChunk()
public int getHiddenFrequency()