aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ClientHelper.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-06-19 15:49:04 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-06-19 15:49:04 +0800
commit7d593ec3ab105a571f7ec04828557d406d3344d5 (patch)
tree38dd3bd53f7343df7f0ed61d18a5c01ee2306fde /src/main/java/me/shedaniel/rei/api/ClientHelper.java
parent6ad47cbb6e26bf74b1f432f59c5779c5905297dd (diff)
downloadRoughlyEnoughItems-7d593ec3ab105a571f7ec04828557d406d3344d5.tar.gz
RoughlyEnoughItems-7d593ec3ab105a571f7ec04828557d406d3344d5.tar.bz2
RoughlyEnoughItems-7d593ec3ab105a571f7ec04828557d406d3344d5.zip
stuff
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, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ClientHelper.java b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
index 7560564e2..7b6c8b0e7 100644
--- a/src/main/java/me/shedaniel/rei/api/ClientHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
@@ -47,7 +47,7 @@ public interface ClientHelper {
*
* @param map the map of recipes
*/
- void openRecipeViewingScreen(Map<RecipeCategory, List<RecipeDisplay>> map);
+ void openRecipeViewingScreen(Map<RecipeCategory<?>, List<RecipeDisplay>> map);
/**
* Registers REI's keybinds using Fabric API.