Class MovesetEvent.ForgotMoveEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent
com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent.ForgotMoveEvent
- Enclosing class:
- MovesetEvent
Subclass of
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent
MovesetEvent.ForgotMoveEvent, MovesetEvent.LearntMoveEvent
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent
moveset, pokemon
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
forgottenAttack
The move that was forgotten.
-
-
Constructor Details
-
ForgotMoveEvent
-