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, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, weightEffect
public double modifyTypeEffectiveness(java.util.List<Element> effectiveTypes, Element moveType, double baseEffectiveness)
EffectBase
modifyTypeEffectiveness
in class EffectBase
effectiveTypes
- 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.