| Class | Description |
|---|---|
| BottleCapEvent |
Event fired when a bottle cap is used on a pokemon
Cancelling will prevent the stats being changed & the item being shrunk
|
| EVsGainedEvent |
Event fired when a Pokémon gains EVs.
|
| EVsGainedEvent.Item |
Event for when an item is used on a pokemon to gain EVs
|
| ItemFormChangeEvent | |
| ItemInteractionEvent |
Called when the ability of a pokemon is changed by an item
Cancelling will cancel the ability change and the item shrinking
|
| MovesetEvent |
Abstract event for all changes to
Movesets for player-owned Pokémon. |
| MovesetEvent.ForgotMoveEvent |
Subclass of
MovesetEvent fired when a move is forgotten or replaced. |
| MovesetEvent.LearntMoveEvent |
Subclass of
MovesetEvent fired when a move is learnt. |
| SetLevellingEvent |
Event fired when a Pokémon's levelling is toggled.
|
| SetNicknameEvent |
Event fired when a Pokémon is being nicknamed by a player.
|