java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.TickingEvolution

public class TickingEvolution extends Evolution
This evolution type is periodically checked to see if its sub conditions match. Created by Jay113355 on 6/10/2020.
  • Constructor Details

    • TickingEvolution

      public TickingEvolution()
  • Method Details

    • canEvolve

      public boolean canEvolve(PixelmonEntity pixelmonEntity)
      Exposes the underlying canEvolve.
      Overrides:
      canEvolve in class Evolution
      Parameters:
      pixelmonEntity - The Pokémon that wants to evolve