public class FlyingPress extends SpecialAttackBase
modifiers| Constructor and Description |
|---|
FlyingPress() |
| Modifier and Type | Method and Description |
|---|---|
double |
modifyTypeEffectiveness(java.util.List<Element> effectiveTypes,
Element moveType,
double baseEffectiveness)
Modifies the type effectiveness of a move.
|
applyAfterEffect, applyEffect, applyEffectDuring, cantMiss, ignoresWeather, modifyPriorityapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, weightEffectpublic double modifyTypeEffectiveness(java.util.List<Element> effectiveTypes, Element moveType, double baseEffectiveness)
EffectBasemodifyTypeEffectiveness in class EffectBaseeffectiveTypes - The types of the Pokémon targeted by the move.moveType - The type of the move being used in the calculation.baseEffectiveness - The type effectiveness before modification.