public class CraftyShield extends ProtectVariationTeam
typemodifiers| Constructor and Description |
|---|
CraftyShield()
Initializes the status.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
displayMessage(PixelmonWrapper user)
Displays a battle message upon successfully using the move.
|
ProtectVariationTeam |
getNewInstance()
Gets a new instance of the status.
|
boolean |
stopsIncomingAttack(PixelmonWrapper pokemon,
PixelmonWrapper user)
Determines whether the status stops an attack about to hit the statused Pokémon.
|
void |
stopsIncomingAttackMessage(PixelmonWrapper pokemon,
PixelmonWrapper user)
Displays a battle message when the status stops an attack.
|
addStatus, applyEffect, applyRepeatedEffect, canFail, isTeamStatusmodifyDamageIncludeFixedallowsStatChange, applyBeforeEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isWholeTeamStatus, modifyBaseStats, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStats, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onEndOfAttackersTurn, onEndOfTurn, redirectAttack, skipsTurn, stopsForcedSwitches, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChange, stopsSwitchingapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic ProtectVariationTeam getNewInstance()
ProtectVariationTeamgetNewInstance in class ProtectVariationTeamprotected void displayMessage(PixelmonWrapper user)
ProtectVariationdisplayMessage in class ProtectVariationuser - The user of the move.public boolean stopsIncomingAttack(PixelmonWrapper pokemon, PixelmonWrapper user)
StatusBasestopsIncomingAttack in class ProtectVariationpokemon - The statused Pokémon.user - The attack's user.public void stopsIncomingAttackMessage(PixelmonWrapper pokemon, PixelmonWrapper user)
StatusBasestopsIncomingAttackMessage in class StatusBasepokemon - The statused Pokémon.user - The attack's user.