diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-05 20:14:36 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-05 20:14:36 +0800 |
| commit | fd99a42678f27d74483cfa2ae069de8bea38f893 (patch) | |
| tree | 7f76246c3d861c41ac3d93c5781e46e477d415eb /src/main/java/me/shedaniel/rei/api/RecipeDisplay.java | |
| parent | a1480e28813b4fc9f6d4f8ce252dd5a355c00855 (diff) | |
| download | RoughlyEnoughItems-fd99a42678f27d74483cfa2ae069de8bea38f893.tar.gz RoughlyEnoughItems-fd99a42678f27d74483cfa2ae069de8bea38f893.tar.bz2 RoughlyEnoughItems-fd99a42678f27d74483cfa2ae069de8bea38f893.zip | |
recipe id cache
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeDisplay.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/RecipeDisplay.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/RecipeDisplay.java b/src/main/java/me/shedaniel/rei/api/RecipeDisplay.java index 9e17159bc..d77e2c9ab 100644 --- a/src/main/java/me/shedaniel/rei/api/RecipeDisplay.java +++ b/src/main/java/me/shedaniel/rei/api/RecipeDisplay.java @@ -18,7 +18,7 @@ public interface RecipeDisplay<T extends Recipe> { /** * @return the optional recipe */ - Optional<T> getRecipe(); + Optional<? extends Recipe> getRecipe(); /** * @return a list of items |
