aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-06-18 19:39:43 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-06-18 19:39:43 +0800
commit6e20fcb8c5a13d2145d8960a00b03507823c8d4d (patch)
treeea7188c9e8136e3778ba938d93515559ad423bbf /src/main/java/me/shedaniel/rei/api/RecipeHelper.java
parent332747a3332eec2f2bff5696f79ef1e38161aa75 (diff)
downloadRoughlyEnoughItems-6e20fcb8c5a13d2145d8960a00b03507823c8d4d.tar.gz
RoughlyEnoughItems-6e20fcb8c5a13d2145d8960a00b03507823c8d4d.tar.bz2
RoughlyEnoughItems-6e20fcb8c5a13d2145d8960a00b03507823c8d4d.zip
auto crafting... still using vanilla recipe book, can't figure how
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/RecipeHelper.java2
1 files changed, 2 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 18c074121..80bb18238 100644
--- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
@@ -152,6 +152,8 @@ public interface RecipeHelper {
*/
Map<RecipeCategory, List<RecipeDisplay>> getAllRecipes();
+ List<RecipeDisplay> getAllRecipesFromCategory(RecipeCategory category);
+
/**
* Registers a recipe visibility handler
*