Interface IRecipeHandlerRegistry

All Known Implementing Classes:
RecipeHandlerRegistry

public interface IRecipeHandlerRegistry
  • 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)