public class CopiedBoosts extends StatusBase
Modifier and Type | Field and Description |
---|---|
int[] |
counts |
java.util.ArrayList<BattleStatsType> |
types |
type
modifiers
Constructor and Description |
---|
CopiedBoosts() |
CopiedBoosts(StatusType type) |
Modifier and Type | Method and Description |
---|---|
void |
addBoost(int amount,
BattleStatsType type) |
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, 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 java.util.ArrayList<BattleStatsType> types
public int[] counts
public CopiedBoosts()
public CopiedBoosts(StatusType type)
public void addBoost(int amount, BattleStatsType type)