public class BanefulBunker extends Protect
type
modifiers
Constructor and Description |
---|
BanefulBunker()
Initializes the status.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
addStatus(PixelmonWrapper user)
Adds the status to the user.
|
void |
stopsIncomingAttackMessage(PixelmonWrapper pokemon,
PixelmonWrapper user)
Displays a battle message when the status stops an attack.
|
applyRepeatedEffect, displayMessage, stopsIncomingAttack, weightEffect
applyEffect, canFail, modifyDamageIncludeFixed
allowsStatChange, applyBeforeEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isTeamStatus, isWholeTeamStatus, modifyBaseStats, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStats, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onEndOfAttackersTurn, onEndOfTurn, redirectAttack, skipsTurn, stopsForcedSwitches, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChange, stopsSwitching
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness
protected boolean addStatus(PixelmonWrapper user)
ProtectVariation
public void stopsIncomingAttackMessage(PixelmonWrapper pokemon, PixelmonWrapper user)
StatusBase
stopsIncomingAttackMessage
in class Protect
pokemon
- The statused Pokémon.user
- The attack's user.