Interface IRecipeHandlerRegistry
- All Known Implementing Classes:
RecipeHandlerRegistry
public interface IRecipeHandlerRegistry
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends net.minecraft.world.item.crafting.Recipe<?>>
IRecipeHandler<T> getHandlerFor(net.minecraft.world.item.crafting.RecipeHolder<T> recipe) static <T extends net.minecraft.world.item.crafting.Recipe<?>>
IRecipeHandler<T> getHandlerFor(T recipe) <T extends net.minecraft.world.item.crafting.Recipe<?>>
IRecipeHandler<T> getRecipeHandlerFor(Class<T> recipeClass) <T extends net.minecraft.world.item.crafting.Recipe<?>>
IRecipeHandler<T> getRecipeHandlerFor(T recipe)
-
Method Details
-
getHandlerFor
static <T extends net.minecraft.world.item.crafting.Recipe<?>> IRecipeHandler<T> getHandlerFor(T recipe) -
getHandlerFor
static <T extends net.minecraft.world.item.crafting.Recipe<?>> IRecipeHandler<T> getHandlerFor(net.minecraft.world.item.crafting.RecipeHolder<T> recipe) -
getRecipeHandlerFor
<T extends net.minecraft.world.item.crafting.Recipe<?>> IRecipeHandler<T> getRecipeHandlerFor(T recipe) -
getRecipeHandlerFor
<T extends net.minecraft.world.item.crafting.Recipe<?>> IRecipeHandler<T> getRecipeHandlerFor(Class<T> recipeClass)
-