Class DynamaxBattleAIRaidStrategy
java.lang.Object
com.pixelmonmod.pixelmon.battles.raids.dynamax.strategy.DynamaxBattleAIRaidStrategy
- All Implemented Interfaces:
BattleAIRaidStrategy,RaidStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<DynamaxBattleAIRaidStrategy> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtype()Gets the registered type used to serialize and deserialize this strategy.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pixelmonmod.pixelmon.battles.raids.strategy.BattleAIRaidStrategy
onRaidStartMethods inherited from interface com.pixelmonmod.pixelmon.battles.raids.strategy.RaidStrategy
onAddStatus, onBattleAction, onBossAttack, onBossDamaged, onPokemonFainted, onPokemonSwitchIn, onRaidEnd, onTakeTurn, onTargeted, onTurnEnd, onUseAttackOther, onUseAttackPost, shouldKeepFaintedPokemon, shouldSkipTurnAgainstOpponent, update
-
Field Details
-
CODEC
-
-
Constructor Details
-
DynamaxBattleAIRaidStrategy
protected DynamaxBattleAIRaidStrategy()
-
-
Method Details
-
type
Description copied from interface:RaidStrategyGets the registered type used to serialize and deserialize this strategy.- Specified by:
typein interfaceRaidStrategy- Returns:
- The strategy type.
-
applyBattleAI
- Specified by:
applyBattleAIin interfaceBattleAIRaidStrategy
-