Class BiomeCondition
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
evoConditionType, evoConditionTypes
-
Constructor Summary
ConstructorDescriptionBiomeCondition
(ArrayList<net.minecraft.world.level.biome.Biome> biomes) BiomeCondition
(net.minecraft.world.level.biome.Biome... biomes) -
Method Summary
Modifier and TypeMethodDescriptionnet.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)
-
Field Details
-
biomes
-
-
Constructor Details
-
BiomeCondition
public BiomeCondition() -
BiomeCondition
public BiomeCondition(net.minecraft.world.level.biome.Biome... biomes) -
BiomeCondition
-
-
Method Details
-
passes
- Specified by:
passes
in classEvoCondition
-
passes
- Specified by:
passes
in classEvoCondition
-
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.
-