public class SqueezerContainerRecipeWrapper extends AbstractSqueezerRecipeWrapper<ISqueezerContainerRecipe>
| Constructor and Description |
|---|
SqueezerContainerRecipeWrapper(ISqueezerContainerRecipe recipe,
net.minecraft.item.ItemStack filledContainer) |
| 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 SqueezerContainerRecipeWrapper(ISqueezerContainerRecipe recipe, net.minecraft.item.ItemStack filledContainer)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
mezz.jei.api.recipe.IRecipeWrapperIIngredients.public float getRemnantsChance()
getRemnantsChance in class AbstractSqueezerRecipeWrapper<ISqueezerContainerRecipe>