Class SwitchTask
java.lang.Object
java.util.TimerTask
com.pixelmonmod.pixelmon.client.gui.battles.tasks.SwitchTask
- All Implemented Interfaces:
- Runnable
Handles the in-battle switching animation.
- 
Constructor SummaryConstructorsConstructorDescriptionSwitchTask(UUID pokemon, PixelmonClientData newPokemon) Initializes a switch task.
- 
Method SummaryMethods inherited from class java.util.TimerTaskscheduledExecutionTime
- 
Constructor Details- 
SwitchTaskInitializes a switch task.- Parameters:
- pokemon- The UUID of the Pokémon switching out.
- newPokemon- Data for the Pokémon switching in.
 
 
- 
- 
Method Details