Class PotionEffectCondition
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PotionEffectCondition
Created by Jay113355 on 8/1/2020.
- 
Field SummaryFields inherited from class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoConditionevoConditionType, evoConditionTypes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionnet.minecraft.network.chat.MutableComponentProvides the description for when a player needs info on how a Pokémon with this evolution method evolves.booleanbooleanpasses(PixelmonEntity pixelmon) 
- 
Constructor Details- 
PotionEffectConditionpublic PotionEffectCondition()
- 
PotionEffectCondition
 
- 
- 
Method Details- 
passes- Specified by:
- passesin class- EvoCondition
 
- 
passes- Specified by:
- passesin class- EvoCondition
 
- 
getPotions
- 
getDescriptionpublic net.minecraft.network.chat.MutableComponent getDescription()Description copied from class:EvoConditionProvides the description for when a player needs info on how a Pokémon with this evolution method evolves. Primarily used with the wiki command.- Overrides:
- getDescriptionin class- EvoCondition
- Returns:
- A description of the evolution method.
 
 
-