aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/RecipeHelper.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
index e4b80e915..c1ddc3f13 100644
--- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
@@ -114,6 +114,8 @@ public interface RecipeHelper {
@Deprecated
void registerDisplay(Identifier categoryIdentifier, RecipeDisplay display);
+ Map<RecipeCategory<?>, List<RecipeDisplay>> buildMapFor(ClientHelper.ViewSearchBuilder builder);
+
/**
* Gets a map of recipes for an entry
*
@@ -178,6 +180,8 @@ public interface RecipeHelper {
*/
Map<RecipeCategory<?>, List<RecipeDisplay>> getAllRecipes();
+ Map<RecipeCategory<?>, List<RecipeDisplay>> getAllRecipesNoHandlers();
+
List<RecipeDisplay> getAllRecipesFromCategory(RecipeCategory<?> category);
/**