public static class MovesetEvent.ForgotMoveEvent extends MovesetEvent
MovesetEvent
fired when a move is forgotten or replaced. This differs
from MovesetEvent.LearntMoveEvent
only in that it will fire even if no move is replacing the old
one.
This is a notifying event and therefore does not support cancellation.
MovesetEvent.ForgotMoveEvent, MovesetEvent.LearntMoveEvent
Modifier and Type | Field and Description |
---|---|
Attack |
forgottenAttack
The move that was forgotten.
|
moveset, pokemon
Constructor and Description |
---|
ForgotMoveEvent(Pokemon pokemon,
Moveset moveset,
Attack forgottenAttack) |