Class FriendBall
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.FriendBall
- All Implemented Interfaces:
BallLogic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doAfterEffect
(PokeBall type, PokeBallEntity entity, PixelmonEntity p) 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
-
FriendBall
public FriendBall()
-
-
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.p
- ThePixelmonEntity
caught.
-