public class BiomeCondition extends EvoCondition
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<java.lang.String> |
biomes |
evoConditionType, evoConditionTypes
Constructor and Description |
---|
BiomeCondition() |
BiomeCondition(java.util.ArrayList<net.minecraft.world.biome.Biome> biomes) |
BiomeCondition(net.minecraft.world.biome.Biome... biomes) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.text.IFormattableTextComponent |
getDescription() |
boolean |
passes(PixelmonEntity pixelmon) |
public BiomeCondition()
public BiomeCondition(net.minecraft.world.biome.Biome... biomes)
public BiomeCondition(java.util.ArrayList<net.minecraft.world.biome.Biome> biomes)
public boolean passes(PixelmonEntity pixelmon)
passes
in class EvoCondition
public net.minecraft.util.text.IFormattableTextComponent getDescription()
getDescription
in class EvoCondition