Interface RecipeTypeMappingSupplier.RecipeTypeMappings

Enclosing interface:
RecipeTypeMappingSupplier

public static interface RecipeTypeMappingSupplier.RecipeTypeMappings
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends net.minecraft.world.item.crafting.Recipe<C>, C extends net.minecraft.world.Container>
    void
    add(net.minecraft.world.item.crafting.RecipeType<T> recipeType, Function<? super T,LytBlock> factory)
     
  • Method Details

    • add

      <T extends net.minecraft.world.item.crafting.Recipe<C>, C extends net.minecraft.world.Container> void add(net.minecraft.world.item.crafting.RecipeType<T> recipeType, Function<? super T,LytBlock> factory)