Class CardPower

java.lang.Object
com.pixelmonmod.tcg.api.card.ability.CardPower

public class CardPower extends Object
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<CardPower> CODEC
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getTranslatedName

      public net.minecraft.network.chat.Component getTranslatedName()
    • getDescription

      public String getDescription()
    • getType

      public CardPowerType getType()
    • getEffect

      public PowerEffect getEffect()