public class CarpenterRecipeWrapper extends ForestryRecipeWrapper<ICarpenterRecipe>
| Constructor and Description |
|---|
CarpenterRecipeWrapper(ICarpenterRecipe recipe) |
| 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. |
java.util.List<java.util.List<net.minecraft.item.ItemStack>> |
getInputStacks() |
getRecipepublic CarpenterRecipeWrapper(ICarpenterRecipe recipe)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
mezz.jei.api.recipe.IRecipeWrapperIIngredients.public java.util.List<java.util.List<net.minecraft.item.ItemStack>> getInputStacks()