Class DayCareHelper
java.lang.Object
com.pixelmonmod.pixelmon.api.util.helpers.DayCareHelper
Static helper class for functions in relation to Day Care
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<PixelmonDayCareCondition>
getConditions
(Pokemon pokemon) Retrieve all static Pixelmon Day Care Condition for a pokemon
-
Constructor Details
-
DayCareHelper
public DayCareHelper()
-
-
Method Details
-
getConditions
Retrieve all static Pixelmon Day Care Condition for a pokemon- Parameters:
pokemon
- the pokemon- Returns:
- the list of PixelmonDayCareCondition of the pokemon
-