public class RecipeRegistration
extends java.lang.Object
implements mezz.jei.api.registration.IRecipeRegistration
Constructor and Description |
---|
RecipeRegistration(com.google.common.collect.ImmutableMap<net.minecraft.util.ResourceLocation,mezz.jei.api.recipe.category.IRecipeCategory> recipeCategoriesByUid,
mezz.jei.api.helpers.IJeiHelpers jeiHelpers,
mezz.jei.api.runtime.IIngredientManager ingredientManager,
mezz.jei.api.recipe.vanilla.IVanillaRecipeFactory vanillaRecipeFactory) |
Modifier and Type | Method and Description |
---|---|
<T> void |
addIngredientInfo(java.util.List<T> ingredients,
mezz.jei.api.ingredients.IIngredientType<T> ingredientType,
java.lang.String... descriptionKeys) |
<T> void |
addIngredientInfo(T ingredient,
mezz.jei.api.ingredients.IIngredientType<T> ingredientType,
java.lang.String... descriptionKeys) |
void |
addRecipes(java.util.Collection<?> recipes,
net.minecraft.util.ResourceLocation recipeCategoryUid) |
mezz.jei.api.runtime.IIngredientManager |
getIngredientManager() |
mezz.jei.api.helpers.IJeiHelpers |
getJeiHelpers() |
com.google.common.collect.ImmutableListMultimap<net.minecraft.util.ResourceLocation,java.lang.Object> |
getRecipes() |
mezz.jei.api.recipe.vanilla.IVanillaRecipeFactory |
getVanillaRecipeFactory() |
public RecipeRegistration(com.google.common.collect.ImmutableMap<net.minecraft.util.ResourceLocation,mezz.jei.api.recipe.category.IRecipeCategory> recipeCategoriesByUid, mezz.jei.api.helpers.IJeiHelpers jeiHelpers, mezz.jei.api.runtime.IIngredientManager ingredientManager, mezz.jei.api.recipe.vanilla.IVanillaRecipeFactory vanillaRecipeFactory)
public mezz.jei.api.helpers.IJeiHelpers getJeiHelpers()
getJeiHelpers
in interface mezz.jei.api.registration.IRecipeRegistration
public mezz.jei.api.runtime.IIngredientManager getIngredientManager()
getIngredientManager
in interface mezz.jei.api.registration.IRecipeRegistration
public mezz.jei.api.recipe.vanilla.IVanillaRecipeFactory getVanillaRecipeFactory()
getVanillaRecipeFactory
in interface mezz.jei.api.registration.IRecipeRegistration
public void addRecipes(java.util.Collection<?> recipes, net.minecraft.util.ResourceLocation recipeCategoryUid)
addRecipes
in interface mezz.jei.api.registration.IRecipeRegistration
public <T> void addIngredientInfo(T ingredient, mezz.jei.api.ingredients.IIngredientType<T> ingredientType, java.lang.String... descriptionKeys)
addIngredientInfo
in interface mezz.jei.api.registration.IRecipeRegistration
public <T> void addIngredientInfo(java.util.List<T> ingredients, mezz.jei.api.ingredients.IIngredientType<T> ingredientType, java.lang.String... descriptionKeys)
addIngredientInfo
in interface mezz.jei.api.registration.IRecipeRegistration
public com.google.common.collect.ImmutableListMultimap<net.minecraft.util.ResourceLocation,java.lang.Object> getRecipes()