aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java3
1 files changed, 3 insertions, 0 deletions
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<T extends RecipeDisplay> {
+ /**
+ * @return the identifier of the category the recipes goes to.
+ */
Identifier getCategoryIdentifier();
default Optional<List<T>> getRecipeFor(EntryStack entry) {