public static class DynamaxEvent.PostEvolve extends DynamaxEvent
DynamaxEvent.BattleEvolve, DynamaxEvent.PostEvolve
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player whose Pokémon is evolving
|
EntityPixelmon |
postEvo
The post-evo
EntityPixelmon instance for the Pokémon Dynamaxing |
EntityPixelmon |
preEvo
The pre-evo
EntityPixelmon instance for the Pokémon Dynamaxing |
gigantamax
Constructor and Description |
---|
PostEvolve(net.minecraft.entity.player.EntityPlayerMP player,
EntityPixelmon preEvo,
boolean gigantamax,
EntityPixelmon postEvo) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final EntityPixelmon preEvo
EntityPixelmon
instance for the Pokémon Dynamaxingpublic final EntityPixelmon postEvo
EntityPixelmon
instance for the Pokémon Dynamaxingpublic PostEvolve(net.minecraft.entity.player.EntityPlayerMP player, EntityPixelmon preEvo, boolean gigantamax, EntityPixelmon postEvo)