public class SqueezerRecipeWrapper extends AbstractSqueezerRecipeWrapper<ISqueezerRecipe>
| Constructor and Description |
|---|
SqueezerRecipeWrapper(ISqueezerRecipe 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. |
float |
getRemnantsChance() |
getRecipepublic SqueezerRecipeWrapper(ISqueezerRecipe recipe)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
mezz.jei.api.recipe.IRecipeWrapperIIngredients.public float getRemnantsChance()
getRemnantsChance in class AbstractSqueezerRecipeWrapper<ISqueezerRecipe>