Record Class DynamaxShieldRaidStrategy

java.lang.Object
java.lang.Record
com.pixelmonmod.pixelmon.battles.raids.dynamax.strategy.DynamaxShieldRaidStrategy
All Implemented Interfaces:
RaidStrategy, ShieldRaidStrategy

public record DynamaxShieldRaidStrategy(float damageMultiplier, float flatDamageReduction, Set<StatusType> blockedStatuses) extends Record implements ShieldRaidStrategy