Class CardPower

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

public class CardPower extends Object
Created by Hy on 5/7/2016.
  • Constructor Details

  • Method Details

    • getID

      public String getID()
    • getName

      public String getName()
    • getTranslatedName

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

      public String getDescription()
    • getType

      public CardPowerType getType()
    • getEffect

      public BasePowerEffect getEffect()