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
ConstructorDescriptionThemeDeck
(int id, String name, List<ImmutableCard> cards, List<ImmutableCard> extraCards, String json) -
Method Summary
Modifier and TypeMethodDescriptiongetCards()
int
getID()
net.minecraft.world.item.ItemStack
net.minecraft.world.item.ItemStack
getItemStack
(int count) getJson()
net.minecraft.network.chat.Component
getName()
-
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
-