public class RecipeRegistryPluginSafeWrapper
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeRegistryPlugin
Constructor and Description |
---|
RecipeRegistryPluginSafeWrapper(mezz.jei.api.recipe.IRecipeRegistryPlugin plugin) |
Modifier and Type | Method and Description |
---|---|
<V> java.util.List<java.lang.String> |
getRecipeCategoryUids(mezz.jei.api.recipe.IFocus<V> focus) |
<T extends mezz.jei.api.recipe.IRecipeWrapper> |
getRecipeWrappers(mezz.jei.api.recipe.IRecipeCategory<T> recipeCategory) |
<T extends mezz.jei.api.recipe.IRecipeWrapper,V> |
getRecipeWrappers(mezz.jei.api.recipe.IRecipeCategory<T> recipeCategory,
mezz.jei.api.recipe.IFocus<V> focus) |
public RecipeRegistryPluginSafeWrapper(mezz.jei.api.recipe.IRecipeRegistryPlugin plugin)
public <V> java.util.List<java.lang.String> getRecipeCategoryUids(mezz.jei.api.recipe.IFocus<V> focus)
getRecipeCategoryUids
in interface mezz.jei.api.recipe.IRecipeRegistryPlugin
public <T extends mezz.jei.api.recipe.IRecipeWrapper,V> java.util.List<T> getRecipeWrappers(mezz.jei.api.recipe.IRecipeCategory<T> recipeCategory, mezz.jei.api.recipe.IFocus<V> focus)
getRecipeWrappers
in interface mezz.jei.api.recipe.IRecipeRegistryPlugin
public <T extends mezz.jei.api.recipe.IRecipeWrapper> java.util.List<T> getRecipeWrappers(mezz.jei.api.recipe.IRecipeCategory<T> recipeCategory)
getRecipeWrappers
in interface mezz.jei.api.recipe.IRecipeRegistryPlugin