diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-04-11 21:47:51 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-04-11 21:47:51 +0800 |
| commit | 41998600e53f941554c8d73790180c13a2e5663c (patch) | |
| tree | f068c4e7c0f5a5f32a4d614b5f75bd4704c9e888 /src/main/java/me/shedaniel/rei/api/RecipeHelper.java | |
| parent | 6c783c00640143c810c81486e0c49003b297221f (diff) | |
| download | RoughlyEnoughItems-41998600e53f941554c8d73790180c13a2e5663c.tar.gz RoughlyEnoughItems-41998600e53f941554c8d73790180c13a2e5663c.tar.bz2 RoughlyEnoughItems-41998600e53f941554c8d73790180c13a2e5663c.zip | |
2.7.2
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java index 42836444f..b7e3f2206 100644 --- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java +++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java @@ -51,4 +51,6 @@ public interface RecipeHelper { boolean isDisplayVisible(RecipeDisplay display, boolean respectConfig); + Optional<DisplaySettings> getCachedCategorySettings(Identifier category); + } |
