aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ClientHelper.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-05-09 23:46:15 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-05-09 23:46:15 +0800
commit7de38369a5dbf1abe106c7f825ed94fde6dab05a (patch)
treed9affb9378ad72f111b80708d2b14e93dc76da9c /src/main/java/me/shedaniel/rei/api/ClientHelper.java
parentc1b0219e8d5458ddf1eccc194d34893f698b7d88 (diff)
downloadRoughlyEnoughItems-7de38369a5dbf1abe106c7f825ed94fde6dab05a.tar.gz
RoughlyEnoughItems-7de38369a5dbf1abe106c7f825ed94fde6dab05a.tar.bz2
RoughlyEnoughItems-7de38369a5dbf1abe106c7f825ed94fde6dab05a.zip
selection screen
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 ce96836cd..d4648bbaa 100644
--- a/src/main/java/me/shedaniel/rei/api/ClientHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
@@ -8,6 +8,7 @@ import net.minecraft.item.ItemStack;
import net.minecraft.util.Identifier;
import java.util.List;
+import java.util.Map;
public interface ClientHelper extends ClientModInitializer {
static ClientHelper getInstance() {
@@ -20,6 +21,8 @@ public interface ClientHelper extends ClientModInitializer {
List<ItemStack> getInventoryItemsTypes();
+ void openRecipeViewingScreen(Map<RecipeCategory, List<RecipeDisplay>> map);
+
void registerFabricKeyBinds();
boolean tryCheatingStack(ItemStack stack);