Class TeraGimmickRaidStrategy
java.lang.Object
com.pixelmonmod.pixelmon.battles.raids.tera.strategy.TeraGimmickRaidStrategy
- All Implemented Interfaces:
GimmickRaidStrategy,RaidStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<TeraGimmickRaidStrategy> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyGimmick(BattleParticipant boss, PixelmonWrapper wrapper) type()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.GimmickRaidStrategy
onPokemonSwitchIn, onRaidStartMethods inherited from interface com.pixelmonmod.pixelmon.battles.raids.strategy.RaidStrategy
onAddStatus, onBattleAction, onBossAttack, onBossDamaged, onPokemonFainted, onRaidEnd, onTakeTurn, onTargeted, onTurnEnd, onUseAttackOther, onUseAttackPost, shouldKeepFaintedPokemon, shouldSkipTurnAgainstOpponent, update
-
Field Details
-
CODEC
-
-
Constructor Details
-
TeraGimmickRaidStrategy
protected TeraGimmickRaidStrategy()
-
-
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.
-
applyGimmick
- Specified by:
applyGimmickin interfaceGimmickRaidStrategy
-