java.lang.Object
com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- Enclosing class:
- PokemonReceivedEvent
public static class PokemonReceivedEvent.Constants
extends Object
All constants relating to the receive event
-
-
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
-
CHRISTMAS
public static final String CHRISTMAS
- See Also:
-
-
COMMAND
public static final String COMMAND
- See Also:
-
-
GIFT_COMMAND
public static final String GIFT_COMMAND
- See Also:
-
-
EVOLUTION
public static final String EVOLUTION
- See Also:
-
-
FOSSIL
public static final String FOSSIL
- See Also:
-
-
POKE_BALL
public static final String POKE_BALL
- See Also:
-
-
STARTER
public static final String STARTER
- See Also:
-
-
TRADE
public static final String TRADE
- See Also:
-
-
UNKNOWN
public static final String UNKNOWN
- See Also:
-
-
-
Constructor Details
-
Constants
public Constants()