java.lang.Object
com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
com.pixelmonmod.pixelmon.battles.controller.log.action.type.HealPokemonAction

public class HealPokemonAction extends BattleAction
  • Field Details

    • participantName

      protected final String participantName
    • amount

      protected final int amount
    • healthBefore

      protected final int healthBefore
    • healthAfter

      protected final int healthAfter
  • Constructor Details

    • HealPokemonAction

      public HealPokemonAction(int turn, PixelmonWrapper pokemon, int amount, int healthBefore, int healthAfter)
  • Method Details