public static enum SelectPokemonResponsePacket.Mode extends java.lang.Enum<SelectPokemonResponsePacket.Mode>
Enum Constant and Description |
---|
Custom |
Relearner |
Revive |
Transfer_Tutor |
Tutor |
Modifier and Type | Method and Description |
---|---|
static SelectPokemonResponsePacket.Mode |
fromOrdinal(int index) |
static SelectPokemonResponsePacket.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectPokemonResponsePacket.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectPokemonResponsePacket.Mode Tutor
public static final SelectPokemonResponsePacket.Mode Transfer_Tutor
public static final SelectPokemonResponsePacket.Mode Relearner
public static final SelectPokemonResponsePacket.Mode Revive
public static final SelectPokemonResponsePacket.Mode Custom
public static SelectPokemonResponsePacket.Mode[] values()
for (SelectPokemonResponsePacket.Mode c : SelectPokemonResponsePacket.Mode.values()) System.out.println(c);
public static SelectPokemonResponsePacket.Mode 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 SelectPokemonResponsePacket.Mode fromOrdinal(int index)