| Constructor and Description | 
|---|
HealBall()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
doAfterEffect(PokeBall type,
             PokeBallEntity entity,
             PixelmonEntity p)
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoFailEffect, getCatchBonus, modifyCaptureRatepublic void doAfterEffect(PokeBall type, PokeBallEntity entity, PixelmonEntity p)
BallLogicdoAfterEffect in interface BallLogictype - The PokeBall being used.entity - The PokeBallEntity being thrown, if one is present.p - The PixelmonEntity caught.