- Enclosing class:
EvolveEvent
public static final class EvolveEvent.Constants
extends Object
Represents all evolve causes
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BATTLE
public static final String BATTLE
- See Also:
-
-
TICKING
public static final String TICKING
- See Also:
-
-
INTERACTION
public static final String INTERACTION
- See Also:
-
-
LEVELLING
public static final String LEVELLING
- See Also:
-
-
MOVE_SKILL
public static final String MOVE_SKILL
- See Also:
-
-
COMMAND
public static final String COMMAND
- See Also:
-
-
TRADE
public static final String TRADE
- See Also:
-
-
TRADE_MACHINE
public static final String TRADE_MACHINE
- See Also:
-
-
UNKNOWN
public static final String UNKNOWN
- See Also:
-
-
-
Constructor Details
-
Constants
public Constants()