public class CraftingCategoryExtension<T extends net.minecraft.item.crafting.ICraftingRecipe>
extends java.lang.Object
implements mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension
Constructor and Description |
---|
CraftingCategoryExtension(T recipe) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ResourceLocation |
getRegistryName() |
net.minecraftforge.common.util.Size2i |
getSize() |
void |
setIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
protected final T extends net.minecraft.item.crafting.ICraftingRecipe recipe
public CraftingCategoryExtension(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
@Nullable public net.minecraftforge.common.util.Size2i getSize()
getSize
in interface mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension