public class ParadoxBoost extends StatusBase
Modifier and Type | Field and Description |
---|---|
BattleStatsType |
boostedStat |
boolean |
itemBased |
type
modifiers
Constructor and Description |
---|
ParadoxBoost() |
ParadoxBoost(PixelmonWrapper pw,
boolean extended) |
Modifier and Type | Method and Description |
---|---|
int[] |
modifyStats(PixelmonWrapper user,
int[] stats)
Modifies the Pokémon's stats at the beginning of a battle turn.
|
allowsStatChange, applyBeforeEffect, applyEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isTeamStatus, isWholeTeamStatus, modifyBaseStats, modifyDamageIncludeFixed, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onEndOfAttackersTurn, onEndOfTurn, redirectAttack, skipsTurn, stopsForcedSwitches, stopsIncomingAttack, stopsIncomingAttackMessage, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChange, stopsSwitching
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public boolean itemBased
public BattleStatsType boostedStat
public ParadoxBoost()
public ParadoxBoost(PixelmonWrapper pw, boolean extended)
public int[] modifyStats(PixelmonWrapper user, int[] stats)
StatusBase
modifyStats
in class StatusBase
user
- The Pokémon.stats
- The Pokémon's stats.