public class InMouth extends StatusBase
typemodifiers| Constructor and Description |
|---|
InMouth(PixelmonWrapper dondozo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAttackThisTurn(PixelmonWrapper pw,
Attack a)
Determines whether the statused Pokémon can attack.
|
boolean |
isPartnerDondozo(PixelmonWrapper pw) |
boolean |
skipsTurn()
Determines whether the user skips their turn due to this status.
|
boolean |
stopsForcedSwitches(PixelmonWrapper cause)
Determines whether the status prevents another Pokémon from switching them.
|
boolean |
stopsIncomingAttack(PixelmonWrapper pw,
PixelmonWrapper attacker)
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.
|
boolean |
stopsSwitching()
Determines whether the status stops switching.
|
allowsStatChange, applyBeforeEffect, applyEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isTeamStatus, isWholeTeamStatus, modifyBaseStats, modifyDamageIncludeFixed, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStats, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onEndOfAttackersTurn, onEndOfTurn, redirectAttack, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChangeapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic InMouth(PixelmonWrapper dondozo)
public boolean stopsSwitching()
StatusBasestopsSwitching in class StatusBasepublic boolean stopsForcedSwitches(PixelmonWrapper cause)
StatusBasestopsForcedSwitches in class StatusBasecause - The Pokémon triggering the switch.public boolean canAttackThisTurn(PixelmonWrapper pw, Attack a)
StatusBasecanAttackThisTurn in class StatusBasepw - The statused Pokémon.a - The attack to be used by the Pokémon.public boolean stopsIncomingAttack(PixelmonWrapper pw, PixelmonWrapper attacker)
StatusBasestopsIncomingAttack in class StatusBasepw - The statused Pokémon.attacker - The attack's user.public boolean skipsTurn()
StatusBaseskipsTurn in class StatusBasepublic void stopsIncomingAttackMessage(PixelmonWrapper pokemon, PixelmonWrapper user)
StatusBasestopsIncomingAttackMessage in class StatusBasepokemon - The statused Pokémon.user - The attack's user.public boolean isPartnerDondozo(PixelmonWrapper pw)