Class DamagePokemonAction
java.lang.Object
com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final DamageTypeEnumprotected final intprotected final intprotected final Stringprotected final StringFields inherited from class com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
turn -
Constructor Summary
ConstructorsConstructorDescriptionDamagePokemonAction(int turn, PixelmonWrapper pokemon, int damage, PixelmonWrapper source, DamageTypeEnum damageType, int healthBefore, int healthAfter) -
Method Summary
-
Field Details
-
pokemonName
-
damage
protected final int damage -
source
-
damageType
-
healthBefore
protected final int healthBefore -
healthAfter
protected final int healthAfter
-
-
Constructor Details
-
DamagePokemonAction
public DamagePokemonAction(int turn, PixelmonWrapper pokemon, int damage, PixelmonWrapper source, DamageTypeEnum damageType, int healthBefore, int healthAfter)
-
-
Method Details
-
appendLog
- Specified by:
appendLogin classBattleAction
-