Class MegaEvolutionEvent.MoveSkill
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.MoveSkill
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
MegaEvolutionEvent
public static class MegaEvolutionEvent.MoveSkill
extends MegaEvolutionEvent
implements net.neoforged.bus.api.ICancellableEvent
Fired when the move skill mega evolution is about to happen
Cancelling will prevent the mega evolution
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
MegaEvolutionEvent.Battle, MegaEvolutionEvent.MoveSkill, MegaEvolutionEvent.Post, MegaEvolutionEvent.Pre
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
getEntity, getPlayer, getPokemon, getStone, getStoneItem, isUltraBurst
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
MoveSkill
Default constructor taking only the pokemon that evolved- Parameters:
pokemon
- The pokemon that evolved
-
MoveSkill
public MoveSkill(net.minecraft.server.level.ServerPlayer player, Pokemon pokemon, net.minecraft.world.item.ItemStack item) Constructor for pokemon that evolved with the required item- Parameters:
pokemon
- The pokemon that evolveditem
- The item used for the evolution
-