aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ClientHelper.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/ClientHelper.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/ClientHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/ClientHelper.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ClientHelper.java b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
index d9f6c7ae8..3900e24ae 100644
--- a/src/main/java/me/shedaniel/rei/api/ClientHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
@@ -146,4 +146,7 @@ public interface ClientHelper {
* @return whether there are any recipes to show
*/
boolean executeViewAllRecipesKeyBind();
+
+ boolean executeViewAllRecipesFromCategory(Identifier category);
+
}