Class | Description |
---|---|
EggBlockEvent |
All events surrounding interactions with the
PokemonEggBlock |
EggBlockEvent.BeginFight |
Event fired around when the fight begins
Allows you to swap out the PixelmonEnity is desired
|
EggBlockEvent.BeginFight.Post | |
EggBlockEvent.BeginFight.Pre | |
EggBlockEvent.SelectSpecies |
Event fired when the block is deciding what species it should spawn
Use the Pre event to cancel it
|
EggBlockEvent.SelectSpecies.Post |
Fired after the species is selected
|
EggBlockEvent.SelectSpecies.Pre |
Fired before the species is decided - setting the species to null prevents the boss from spawning
|