-
Field Summary
Fields inherited from interface com.pixelmonmod.pixelmon.battles.raids.strategy.RaidStrategy
CODEC
-
Method Summary
boolean
void
void
default boolean
Called when the raid boss participant is asked whether it wants to take a special turn
action.
boolean
Methods inherited from interface com.pixelmonmod.pixelmon.battles.raids.strategy.RaidStrategy
onAddStatus, onBattleAction, onBossAttack, onBossDamaged, onPokemonFainted, onPokemonSwitchIn, onRaidEnd, onRaidStart, onTargeted, onTurnEnd, onUseAttackOther, onUseAttackPost, shouldKeepFaintedPokemon, shouldSkipTurnAgainstOpponent, type, update
-
Method Details
-
onTakeTurn
Called when the raid boss participant is asked whether it wants to take a special turn
action.
- Specified by:
onTakeTurn in interface RaidStrategy
- Parameters:
boss - The raid boss participant.
- Returns:
true if this strategy handled the turn action.
-
-
-
-