public class GrassyGlide extends AttackModifierBase
Modifier and Type | Field and Description |
---|---|
int |
priority |
modifiers
Constructor and Description |
---|
GrassyGlide(Value... values)
Initializes a priority effect.
|
Modifier and Type | Method and Description |
---|---|
int |
modifyPriority(int priority,
ImmutableAttack attack,
PixelmonWrapper pw)
Modifies the priority of a move.
|
applyEffect, applyEffectDuring, cantMiss
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public GrassyGlide(Value... values)
values
- The priority of the move.public int modifyPriority(int priority, ImmutableAttack attack, PixelmonWrapper pw)
modifyPriority
in class EffectBase
priority
- The current calculated priority.attack
- The attack being used.pw
- The Pokémon using the move.