public class FurnaceRecipeHandler.SmeltingPair extends TemplateRecipeHandler.CachedRecipe
| Constructor and Description |
|---|
SmeltingPair(ItemStack ingred,
ItemStack result) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PositionedStack> |
getIngredients()
The ingredients required to produce the result
Use this if you have more than one ingredient
|
PositionedStack |
getOtherStack()
Simple utility
|
PositionedStack |
getResult() |
contains, contains, getCycledIngredients, getIngredient, getOtherStacks, randomRenderPermutation, setIngredientPermutationpublic java.util.List<PositionedStack> getIngredients()
TemplateRecipeHandler.CachedRecipegetIngredients in class TemplateRecipeHandler.CachedRecipepublic PositionedStack getResult()
getResult in class TemplateRecipeHandler.CachedRecipepublic PositionedStack getOtherStack()
TemplateRecipeHandler.CachedRecipegetOtherStack in class TemplateRecipeHandler.CachedRecipe