public class BrewingRecipeHandler.CachedBrewingRecipe extends TemplateRecipeHandler.CachedRecipe
| Modifier and Type | Field and Description |
|---|---|
BrewingRecipeHandler.BrewingRecipe |
recipe |
| Constructor and Description |
|---|
CachedBrewingRecipe(BrewingRecipeHandler.BrewingRecipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<PositionedStack> |
getIngredients()
The ingredients required to produce the result
Use this if you have more than one ingredient
|
PositionedStack |
getResult() |
contains, contains, getCycledIngredients, getIngredient, getOtherStack, getOtherStacks, randomRenderPermutation, setIngredientPermutationpublic BrewingRecipeHandler.BrewingRecipe recipe
public CachedBrewingRecipe(BrewingRecipeHandler.BrewingRecipe recipe)
public PositionedStack getResult()
getResult in class TemplateRecipeHandler.CachedRecipepublic java.util.ArrayList<PositionedStack> getIngredients()
TemplateRecipeHandler.CachedRecipegetIngredients in class TemplateRecipeHandler.CachedRecipe