public interface IDescriptiveRecipe
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
net.minecraft.util.NonNullList<java.lang.String> |
getOreDicts() |
net.minecraft.item.ItemStack |
getOutput()
Must not be named the same as
IRecipe.getRecipeOutput() to avoid obfuscation for recipes that implement both. |
net.minecraft.util.NonNullList<net.minecraft.util.NonNullList<net.minecraft.item.ItemStack>> |
getRawIngredients() |
int |
getWidth() |
int getWidth()
int getHeight()
net.minecraft.util.NonNullList<net.minecraft.util.NonNullList<net.minecraft.item.ItemStack>> getRawIngredients()
net.minecraft.util.NonNullList<java.lang.String> getOreDicts()
net.minecraft.item.ItemStack getOutput()
IRecipe.getRecipeOutput() to avoid obfuscation for recipes that implement both.