public class Commanded extends StatusBase
type
modifiers
Constructor and Description |
---|
Commanded(PixelmonWrapper commander) |
Modifier and Type | Method and Description |
---|---|
BattleStatsType |
getBoostedStat() |
boolean |
stopsForcedSwitches(PixelmonWrapper cause)
Determines whether the status prevents another Pokémon from switching them.
|
boolean |
stopsSwitching()
Determines whether the status stops switching.
|
allowsStatChange, applyBeforeEffect, applyEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isTeamStatus, isWholeTeamStatus, modifyBaseStats, modifyDamageIncludeFixed, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStats, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onEndOfAttackersTurn, onEndOfTurn, redirectAttack, skipsTurn, stopsIncomingAttack, stopsIncomingAttackMessage, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChange
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public Commanded(PixelmonWrapper commander)
public boolean stopsSwitching()
StatusBase
stopsSwitching
in class StatusBase
public boolean stopsForcedSwitches(PixelmonWrapper cause)
StatusBase
stopsForcedSwitches
in class StatusBase
cause
- The Pokémon triggering the switch.public BattleStatsType getBoostedStat()