Package com.pixelmonmod.tcg.api.card
Class ThemeDeck
java.lang.Object
com.pixelmonmod.tcg.api.card.ThemeDeck
Created by Hy on 6/19/2016.
-
Constructor Summary
ConstructorsConstructorDescriptionThemeDeck(int id, String name, List<ImmutableCard> cards, List<ImmutableCard> extraCards, String json) -
Method Summary
Modifier and TypeMethodDescriptiongetCards()intgetID()net.minecraft.world.item.ItemStacknet.minecraft.world.item.ItemStackgetItemStack(int count) getJson()net.minecraft.network.chat.ComponentgetName()
-
Constructor Details
-
ThemeDeck
public ThemeDeck(int id, String name, List<ImmutableCard> cards, List<ImmutableCard> extraCards, String json)
-
-
Method Details
-
getID
public int getID() -
getName
-
getCards
-
getExtraCards
-
getLocalizedName
public net.minecraft.network.chat.Component getLocalizedName() -
getItemStack
public net.minecraft.world.item.ItemStack getItemStack(int count) -
getItemStack
public net.minecraft.world.item.ItemStack getItemStack() -
getJson
-