public class VanillaRecipeFactory
extends java.lang.Object
implements mezz.jei.api.recipe.IVanillaRecipeFactory
| Constructor and Description |
|---|
VanillaRecipeFactory() |
| Modifier and Type | Method and Description |
|---|---|
mezz.jei.api.recipe.IRecipeWrapper |
createAnvilRecipe(net.minecraft.item.ItemStack leftInput,
java.util.List<net.minecraft.item.ItemStack> rightInputs,
java.util.List<net.minecraft.item.ItemStack> outputs) |
mezz.jei.api.recipe.IRecipeWrapper |
createBrewingRecipe(java.util.List<net.minecraft.item.ItemStack> ingredients,
net.minecraft.item.ItemStack potionInput,
net.minecraft.item.ItemStack potionOutput) |
mezz.jei.api.recipe.IRecipeWrapper |
createSmeltingRecipe(java.util.List<net.minecraft.item.ItemStack> inputs,
net.minecraft.item.ItemStack output) |
public mezz.jei.api.recipe.IRecipeWrapper createAnvilRecipe(net.minecraft.item.ItemStack leftInput,
java.util.List<net.minecraft.item.ItemStack> rightInputs,
java.util.List<net.minecraft.item.ItemStack> outputs)
createAnvilRecipe in interface mezz.jei.api.recipe.IVanillaRecipeFactorypublic mezz.jei.api.recipe.IRecipeWrapper createSmeltingRecipe(java.util.List<net.minecraft.item.ItemStack> inputs,
net.minecraft.item.ItemStack output)
createSmeltingRecipe in interface mezz.jei.api.recipe.IVanillaRecipeFactorypublic mezz.jei.api.recipe.IRecipeWrapper createBrewingRecipe(java.util.List<net.minecraft.item.ItemStack> ingredients,
net.minecraft.item.ItemStack potionInput,
net.minecraft.item.ItemStack potionOutput)
createBrewingRecipe in interface mezz.jei.api.recipe.IVanillaRecipeFactory