Class HealingWish
java.lang.Object
com.pixelmonmod.pixelmon.battles.attacks.EffectBase
com.pixelmonmod.pixelmon.battles.status.StatusBase
com.pixelmonmod.pixelmon.battles.status.HealingWish
Heals the next Pokémon coming in to full hp and cures its statuses.
- 
Field SummaryFields inherited from class com.pixelmonmod.pixelmon.battles.status.StatusBasebattleTurnGained, turnGained, typeFields inherited from class com.pixelmonmod.pixelmon.battles.attacks.EffectBasemodifiers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplyEffect(PixelmonWrapper user, PixelmonWrapper target) Causes various effects during the move.voidTriggers when the statused Pokémon switches in.booleanDetermines whether the status applies to the Pokémon's position in the battle.booleanDetermines whether the status applies to the Pokémon's side of the battle.Methods inherited from class com.pixelmonmod.pixelmon.battles.status.StatusBaseadjustCritStage, allowsStatChange, applyBeforeEffect, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getNewInstance, ignoreStatus, isImmune, modifyBaseStats, modifyDamageIncludeFixed, modifyEffectiveTypes, modifyMoveEffectChanceTarget, modifyMoveEffectChanceUser, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStats, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onDynamaxTriggered, onEndOfAttackersTurn, onEndOfTurn, onFormChanged, redirectAttack, skipsTurn, stopsEvolution, stopsForcedSwitches, stopsIncomingAttack, stopsIncomingAttackMessage, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChange, stopsSwitchingMethods inherited from class com.pixelmonmod.pixelmon.battles.attacks.EffectBaseapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, canHitMultipleTargets, changeChance, checkChance, dealtDamage, dealtDamagePerHit, doesPersist, getChance, getWeightWithChance, isChance, isUser, modifyDamage, modifyPriority, modifyTargets, modifyTypeEffectiveness, modifyTypeEffectiveness, preventsRedirection, setChance, weightEffect
- 
Constructor Details- 
HealingWishpublic HealingWish()Initializes Healing Wish.
 
- 
- 
Method Details- 
applyEffectDescription copied from class:EffectBaseCauses various effects during the move.- Overrides:
- applyEffectin class- StatusBase
- Parameters:
- user- The move's user.
- target- The move's target.
 
- 
isTeamStatuspublic boolean isTeamStatus()Description copied from class:StatusBaseDetermines whether the status applies to the Pokémon's position in the battle.- Overrides:
- isTeamStatusin class- StatusBase
- Returns:
- Whether the status applies to the Pokémon's position in the battle.
 
- 
isWholeTeamStatuspublic boolean isWholeTeamStatus()Description copied from class:StatusBaseDetermines whether the status applies to the Pokémon's side of the battle.- Overrides:
- isWholeTeamStatusin class- StatusBase
- Returns:
- Whether the status applies to the Pokémon's side of the battle.
 
- 
applyEffectOnSwitchDescription copied from class:StatusBaseTriggers when the statused Pokémon switches in.- Overrides:
- applyEffectOnSwitchin class- StatusBase
- Parameters:
- pw- The statused Pokémon.
 
 
-