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

public class DamagePokemonAction extends BattleAction
  • Field Details

    • pokemonName

      protected final String pokemonName
    • damage

      protected final int damage
    • source

      protected final String source
    • damageType

      protected final DamageTypeEnum damageType
    • healthBefore

      protected final int healthBefore
    • healthAfter

      protected final int healthAfter
  • Constructor Details

  • Method Details