public class BerryEaten extends StatusBase
typemodifiers| Constructor and Description |
|---|
BerryEaten() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBerry(BerryItem berry,
int duration) |
void |
applyRepeatedEffect(PixelmonWrapper pokemon)
Triggered at the end of every turn.
|
BerryItem |
getCurrentBerry() |
allowsStatChange, applyBeforeEffect, applyEffect, applyEffectOnSwitch, applyEndOfBattleEffect, 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, stopsSwitchingapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic void applyRepeatedEffect(PixelmonWrapper pokemon)
StatusBaseapplyRepeatedEffect in class StatusBasepokemon - The statused Pokémon.public void addBerry(BerryItem berry, int duration)
public BerryItem getCurrentBerry()