Class CardSet

java.lang.Object
com.pixelmonmod.tcg.api.card.set.CardSet

public class CardSet extends Object
Created by Hy on 10/20/2016.
  • Constructor Details

    • CardSet

      public CardSet(int id, String name, boolean hasPack, String json)
  • Method Details

    • getID

      public int getID()
    • getName

      public String getName()
    • getUnlocalizedName

      public String getUnlocalizedName()
    • getItemStack

      public net.minecraft.world.item.ItemStack getItemStack(int count)
    • getItemStack

      public net.minecraft.world.item.ItemStack getItemStack()
    • hasPack

      public boolean hasPack()
    • getJson

      public String getJson()