Class EvolveEvent.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.EvolveEvent
com.pixelmonmod.pixelmon.api.events.EvolveEvent.Post
Enclosing class:
EvolveEvent

public static class EvolveEvent.Post extends EvolveEvent
Event fired after all the evolution logic is complete, the entity has been spawned (if not already in the world) and the species/form updated This event is not cancellable
  • Constructor Details

    • Post

      public Post(net.minecraft.server.level.ServerPlayer player, Pokemon pokemon, Evolution evolution, String cause)
      Basic constructor for the post evolution event Including the player, Pokémon, evolution and entity
      Parameters:
      player - The player
      pokemon - The Pokémon
      evolution - The evolution
      cause - The cause of the evolution