Class HisuiBall
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HisuiBall
- All Implemented Interfaces:
BallLogic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doAfterEffect
(PokeBall type, PokeBallEntity entity, PixelmonEntity pixelmon) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
doFailEffect, getCatchBonus, modifyCaptureRate
-
Constructor Details
-
HisuiBall
public HisuiBall()
-
-
Method Details
-
doAfterEffect
Description copied from interface:BallLogic
- Specified by:
doAfterEffect
in interfaceBallLogic
- Parameters:
type
- ThePokeBall
being used.entity
- ThePokeBallEntity
being thrown, if one is present.pixelmon
- ThePixelmonEntity
caught.
-