diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-03 17:33:19 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-03 17:33:19 +0800 |
| commit | 9fd25621c2b9993666ce8e00bacbe52a18136b95 (patch) | |
| tree | a99ed32a7c293b0098f340c9b4d2ba03d7b037bd /src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java | |
| parent | e61b1e86e6fe8949616a3dbea14ba3ee7ce31b32 (diff) | |
| download | RoughlyEnoughItems-9fd25621c2b9993666ce8e00bacbe52a18136b95.tar.gz RoughlyEnoughItems-9fd25621c2b9993666ce8e00bacbe52a18136b95.tar.bz2 RoughlyEnoughItems-9fd25621c2b9993666ce8e00bacbe52a18136b95.zip | |
Remove Perfer Visible Recipes
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java b/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java index 8f6156891..429306ff2 100644 --- a/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java +++ b/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java @@ -20,7 +20,6 @@ public interface DisplayVisibilityHandler { * Handles the visibility of the display. * {@link DisplayVisibility#PASS} to pass the handling to another handler * {@link DisplayVisibility#ALWAYS_VISIBLE} to always display it - * {@link DisplayVisibility#CONFIG_OPTIONAL} to allow user to configure the visibility * {@link DisplayVisibility#NEVER_VISIBLE} to never display it * * @param category the category of the display |
