Constructor and Description |
---|
LuxuryBall() |
Modifier and Type | Method and Description |
---|---|
void |
doAfterEffect(PokeBall type,
PokeBallEntity entity,
PixelmonEntity pixelmon)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doFailEffect, getCatchBonus, modifyCaptureRate
public void doAfterEffect(PokeBall type, @Nullable PokeBallEntity entity, PixelmonEntity pixelmon)
BallLogic
doAfterEffect
in interface BallLogic
type
- The PokeBall
being used.entity
- The PokeBallEntity
being thrown, if one is present.pixelmon
- The PixelmonEntity
caught.