From 250159221c07f884252a37daf00c74f41cf69d52 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 7 Mar 2020 03:10:43 +0800 Subject: stuff Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java') diff --git a/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java b/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java index d48e0e481..4ee36d11c 100644 --- a/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java +++ b/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java @@ -30,6 +30,9 @@ import java.util.Optional; public interface LiveRecipeGenerator { + /** + * @return the identifier of the category the recipes goes to. + */ Identifier getCategoryIdentifier(); default Optional> getRecipeFor(EntryStack entry) { -- cgit