public class ShapelessRecipeWrapper<T extends net.minecraft.item.crafting.IRecipe>
extends java.lang.Object
implements mezz.jei.api.recipe.wrapper.ICraftingRecipeWrapper
Constructor and Description |
---|
ShapelessRecipeWrapper(mezz.jei.api.IJeiHelpers jeiHelpers,
T recipe) |
Modifier and Type | Method and Description |
---|---|
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
net.minecraft.util.ResourceLocation |
getRegistryName() |
protected final T extends net.minecraft.item.crafting.IRecipe recipe
public ShapelessRecipeWrapper(mezz.jei.api.IJeiHelpers jeiHelpers, T recipe)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
getIngredients
in interface mezz.jei.api.recipe.IRecipeWrapper
@Nullable public net.minecraft.util.ResourceLocation getRegistryName()
getRegistryName
in interface mezz.jei.api.recipe.wrapper.ICraftingRecipeWrapper