public class Teleport extends SwitchOut
modifiers| Constructor and Description |
|---|
Teleport() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyEffect(PixelmonWrapper userWrapper,
PixelmonWrapper targetWrapper)
Causes various effects during the move.
|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Causes effects before move connects.
|
weightEffectapplyAfterEffect, cantMiss, ignoresWeather, modifyPriorityapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectivenesspublic void applyEffect(PixelmonWrapper userWrapper, PixelmonWrapper targetWrapper)
SpecialAttackBaseapplyEffect in class SwitchOutuserWrapper - The move's user.targetWrapper - The move's target.public AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
SpecialAttackBaseapplyEffectDuring in class SwitchOutuser - The move's user.target - The move's target.