public class WeatherChangeAction extends PokemonRelatedBattleAction
| Modifier and Type | Field and Description |
|---|---|
protected GlobalStatusBase |
newWeather |
protected GlobalStatusBase |
oldWeather |
pokemonturn| Constructor and Description |
|---|
WeatherChangeAction(int turn,
PixelmonWrapper pokemon,
GlobalStatusBase newWeather,
GlobalStatusBase oldWeather) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appendLog(java.lang.StringBuilder builder) |
getParticipant, getPokemon, isWildPokemonprotected final GlobalStatusBase newWeather
protected final GlobalStatusBase oldWeather
public WeatherChangeAction(int turn,
PixelmonWrapper pokemon,
GlobalStatusBase newWeather,
GlobalStatusBase oldWeather)
public boolean appendLog(java.lang.StringBuilder builder)
appendLog in class BattleAction