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