aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ClientHelper.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2019-12-10 23:31:09 +0800
committershedaniel <daniel@shedaniel.me>2019-12-10 23:31:09 +0800
commit977350c12271246c2f220761fb33d58bab872357 (patch)
tree4de8f3bf4186d532fc9cb3ef130c1e63fff27bd3 /src/main/java/me/shedaniel/rei/api/ClientHelper.java
parent1b055888a74e68f5a287068428dc80196558fc98 (diff)
downloadRoughlyEnoughItems-977350c12271246c2f220761fb33d58bab872357.tar.gz
RoughlyEnoughItems-977350c12271246c2f220761fb33d58bab872357.tar.bz2
RoughlyEnoughItems-977350c12271246c2f220761fb33d58bab872357.zip
Semi working favorites
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/ClientHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/ClientHelper.java2
1 files changed, 2 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 331ab73d9..0d35f2e45 100644
--- a/src/main/java/me/shedaniel/rei/api/ClientHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
@@ -132,6 +132,8 @@ public interface ClientHelper {
*/
String getModFromIdentifier(Identifier identifier);
+ FabricKeyBinding[] getREIKeyBindings();
+
/**
* @return the recipe keybind, defaulted R
*/