public class BottlerRecipeWrapper
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeWrapper
| Modifier and Type | Field and Description |
|---|---|
boolean |
fillRecipe |
net.minecraftforge.fluids.FluidStack |
fluid |
net.minecraft.item.ItemStack |
inputStack |
net.minecraft.item.ItemStack |
outputStack |
| Constructor and Description |
|---|
BottlerRecipeWrapper(net.minecraft.item.ItemStack inputStack,
net.minecraftforge.fluids.FluidStack fluid,
net.minecraft.item.ItemStack outputStack,
boolean fillRecipe) |
| 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. |
public final net.minecraft.item.ItemStack inputStack
public final net.minecraftforge.fluids.FluidStack fluid
@Nullable public final net.minecraft.item.ItemStack outputStack
public final boolean fillRecipe
public BottlerRecipeWrapper(net.minecraft.item.ItemStack inputStack,
net.minecraftforge.fluids.FluidStack fluid,
@Nullable
net.minecraft.item.ItemStack outputStack,
boolean fillRecipe)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
mezz.jei.api.recipe.IRecipeWrapperIIngredients.getIngredients in interface mezz.jei.api.recipe.IRecipeWrapper