-
Field Summary
Fields inherited from interface com.pixelmonmod.pixelmon.battles.raids.strategy.RaidStrategy
CODEC
-
Method Summary
default void
Called when the raid boss participant is asked to use its attack for the current action.
void
Methods inherited from interface com.pixelmonmod.pixelmon.battles.raids.strategy.RaidStrategy
onAddStatus, onBattleAction, onBossDamaged, onPokemonFainted, onPokemonSwitchIn, onRaidEnd, onRaidStart, onTakeTurn, onTargeted, onTurnEnd, onUseAttackOther, onUseAttackPost, shouldKeepFaintedPokemon, shouldSkipTurnAgainstOpponent, type, update
-
Method Details
-
onBossAttack
Called when the raid boss participant is asked to use its attack for the current action.
- Specified by:
onBossAttack in interface RaidStrategy
- Parameters:
boss - The raid boss participant.
bossPokemon - The active boss Pokemon.
-