Interface StandardProcessingRecipe.Factory<R extends StandardProcessingRecipe<?>>
- All Superinterfaces:
ProcessingRecipe.Factory<ProcessingRecipeParams,R>
- Enclosing class:
StandardProcessingRecipe<T extends net.minecraft.world.item.crafting.RecipeInput>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface StandardProcessingRecipe.Factory<R extends StandardProcessingRecipe<?>>
extends ProcessingRecipe.Factory<ProcessingRecipeParams,R>
-
Method Summary
-
Method Details
-
create
- Specified by:
createin interfaceProcessingRecipe.Factory<ProcessingRecipeParams,R extends StandardProcessingRecipe<?>>
-