diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-05-14 01:33:54 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-05-14 01:33:54 +0800 |
| commit | c0ab2792b100457f42a63da8bae071feea8253a8 (patch) | |
| tree | 761fcc6d686dd103b4ff33f91b86582411ae4480 /src/main/java/me/shedaniel/rei/api/RecipeHelper.java | |
| parent | d22b619c0d9870df72fb10c153ead3801bf1a971 (diff) | |
| download | RoughlyEnoughItems-c0ab2792b100457f42a63da8bae071feea8253a8.tar.gz RoughlyEnoughItems-c0ab2792b100457f42a63da8bae071feea8253a8.tar.bz2 RoughlyEnoughItems-c0ab2792b100457f42a63da8bae071feea8253a8.zip | |
Update to 20w20a
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 4 |
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); /** |
