public abstract class PokemonRelatedBattleAction extends BattleAction
Modifier and Type | Field and Description |
---|---|
protected PixelmonWrapper |
pokemon |
turn
Modifier | Constructor and Description |
---|---|
protected |
PokemonRelatedBattleAction(int turn,
PixelmonWrapper pokemon) |
Modifier and Type | Method and Description |
---|---|
BattleParticipant |
getParticipant() |
PixelmonWrapper |
getPokemon() |
protected boolean |
isWildPokemon() |
appendLog
protected final PixelmonWrapper pokemon
protected PokemonRelatedBattleAction(int turn, PixelmonWrapper pokemon)
public PixelmonWrapper getPokemon()
public BattleParticipant getParticipant()
protected boolean isWildPokemon()