public class ShapelessCraftingCategoryExtension<T extends net.minecraft.item.crafting.IRecipe>
extends java.lang.Object
implements mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension
Constructor and Description |
---|
ShapelessCraftingCategoryExtension(T recipe) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ResourceLocation |
getRegistryName() |
void |
setIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
protected final T extends net.minecraft.item.crafting.IRecipe recipe
public ShapelessCraftingCategoryExtension(T recipe)
public void setIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
setIngredients
in interface mezz.jei.api.recipe.category.extensions.IRecipeCategoryExtension
@Nullable public net.minecraft.util.ResourceLocation getRegistryName()
getRegistryName
in interface mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension