Class GimmighoulCoinCondition
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GimmighoulCoinCondition
Allows a Pokémon to evolve after a certain number of gimmighoul coins are collected.
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
evoConditionType, evoConditionTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
net.minecraft.network.chat.MutableComponent
Provides the description for when a player needs info on how a Pokémon with this evolution method evolves.boolean
boolean
passes
(PixelmonEntity pixelmon)
-
Constructor Details
-
GimmighoulCoinCondition
public GimmighoulCoinCondition() -
GimmighoulCoinCondition
public GimmighoulCoinCondition(int amount)
-
-
Method Details
-
passes
- Specified by:
passes
in classEvoCondition
-
passes
- Specified by:
passes
in classEvoCondition
-
getCoinAmountRequired
public int getCoinAmountRequired() -
getDescription
public net.minecraft.network.chat.MutableComponent getDescription()Description copied from class:EvoCondition
Provides 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:
getDescription
in classEvoCondition
- Returns:
- A description of the evolution method.
-