public class MetalBurst extends DamageReflect
multiplier
modifiers
Constructor and Description |
---|
MetalBurst()
Initializes Metal Burst.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isCorrectCategory(AttackCategory category)
Checks if the attack category is able to be reflected by the move.
|
applyEffectDuring, weightEffect
applyAfterEffect, applyEffect, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness
public boolean isCorrectCategory(AttackCategory category)
DamageReflect
isCorrectCategory
in class DamageReflect
category
- The category of the attack being used.