Package guideme.compiler.tags
Interface RecipeTypeMappingSupplier.RecipeTypeMappings
- Enclosing interface:
RecipeTypeMappingSupplier
public static interface RecipeTypeMappingSupplier.RecipeTypeMappings
-
Method Summary
Modifier and TypeMethodDescription<T extends net.minecraft.world.item.crafting.Recipe<C>,C extends net.minecraft.world.item.crafting.RecipeInput>
voidadd(net.minecraft.world.item.crafting.RecipeType<T> recipeType, Function<net.minecraft.world.item.crafting.RecipeHolder<T>, Stream<? extends LytBlock>> factory)
-
Method Details
-
add
-