public class ClearTerrainPresent extends ClearTerrain
modifiers| Constructor and Description |
|---|
ClearTerrainPresent() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyEffect(PixelmonWrapper user,
PixelmonWrapper target)
Causes various effects during the move.
|
cantMissapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic void applyEffect(PixelmonWrapper user, PixelmonWrapper target)
EffectBaseapplyEffect in class ClearTerrainuser - The move's user.target - The move's target.