Class CardAttack
java.lang.Object
com.pixelmonmod.tcg.api.card.attack.CardAttack
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CardAttack
(String name, List<Energy> costs, int damage, Optional<CardModifier> modifier, String text, List<AttackEffect> effects) -
Method Summary
-
Field Details
-
CODEC
-
-
Constructor Details
-
CardAttack
protected CardAttack(String name, List<Energy> costs, int damage, Optional<CardModifier> modifier, String text, List<AttackEffect> effects)
-
-
Method Details
-
getName
-
getCosts
-
getDamage
public int getDamage() -
getModifier
-
getText
-
getEffects
-
hasEffects
public boolean hasEffects()
-