public class WeatherCondition extends EvoCondition
| Modifier and Type | Field and Description |
|---|---|
WeatherType |
weather |
evoConditionType, evoConditionTypes| Constructor and Description |
|---|
WeatherCondition() |
WeatherCondition(WeatherType weather) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.text.IFormattableTextComponent |
getDescription() |
boolean |
passes(PixelmonEntity pixelmon) |
public WeatherType weather
public WeatherCondition()
public WeatherCondition(WeatherType weather)
public boolean passes(PixelmonEntity pixelmon)
passes in class EvoConditionpublic net.minecraft.util.text.IFormattableTextComponent getDescription()
getDescription in class EvoCondition