public class Commanded extends StatusBase
typemodifiers| 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, stopsStatusChangeapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic Commanded(PixelmonWrapper commander)
public boolean stopsSwitching()
StatusBasestopsSwitching in class StatusBasepublic boolean stopsForcedSwitches(PixelmonWrapper cause)
StatusBasestopsForcedSwitches in class StatusBasecause - The Pokémon triggering the switch.public BattleStatsType getBoostedStat()