| Constructor and Description |
|---|
Product(IResource resource,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getChosenProduct() |
int |
getChosenProductIndex() |
IResource |
getResource() |
java.lang.String |
getType()
The type of the product.
|
java.util.List<net.minecraft.item.ItemStack> |
getVariants() |
public Product(IResource resource, java.lang.String type)
public java.lang.String getType()
IProductProductTypes.public int getChosenProductIndex()
public java.util.List<net.minecraft.item.ItemStack> getVariants()
getVariants in interface IProductpublic net.minecraft.item.ItemStack getChosenProduct()
getChosenProduct in interface IProductpublic IResource getResource()
getResource in interface IProduct