public class FermenterRecipeWrapper extends ForestryRecipeWrapper<IFermenterRecipe>
| Constructor and Description |
|---|
FermenterRecipeWrapper(IFermenterRecipe recipe,
net.minecraft.item.ItemStack fermentable) |
| Modifier and Type | Method and Description |
|---|---|
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
Gets all the recipe's ingredients by filling out an instance of
IIngredients. |
getRecipepublic FermenterRecipeWrapper(IFermenterRecipe recipe, net.minecraft.item.ItemStack fermentable)