public abstract class EvolveEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Class and Description |
---|---|
static class |
EvolveEvent.PostEvolve
Event which fires after the evolution is complete
|
static class |
EvolveEvent.PreEvolve
Event which fires when checking if a Pokémon can evolve.
|
Modifier and Type | Field and Description |
---|---|
Evolution |
evo
The
Evolution being attempted. |
net.minecraft.entity.player.EntityPlayerMP |
player
The player whose Pokémon is evolving
|
PokemonSpec |
postEvo
The
PokemonSpec that will be used to create the entity. |
EntityPixelmon |
preEvo
The EntityPixelmon before the evolution.
|
public final net.minecraft.entity.player.EntityPlayerMP player
public final EntityPixelmon preEvo
public PokemonSpec postEvo
PokemonSpec
that will be used to create the entity.