Class ChristmasBallLogic
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.ChristmasBallLogic
- All Implemented Interfaces:
BallLogic
-
Field Summary
Fields inherited from interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
ULTRA_BEAST_RATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAfterEffect(PokeBall type, PokeBallEntity entity, PixelmonEntity pixelmon) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
doFailEffect, getCatchBonus, modifyCaptureRate
-
Constructor Details
-
ChristmasBallLogic
public ChristmasBallLogic()
-
-
Method Details
-
doAfterEffect
Description copied from interface:BallLogic- Specified by:
doAfterEffectin interfaceBallLogic- Parameters:
type- ThePokeBallbeing used.entity- ThePokeBallEntitybeing thrown, if one is present.pixelmon- ThePixelmonEntitycaught.
-