diff options
| author | Daniel She <shekwancheung0528@gmail.com> | 2019-05-12 12:10:51 +0800 |
|---|---|---|
| committer | Daniel She <shekwancheung0528@gmail.com> | 2019-05-12 12:10:51 +0800 |
| commit | 54f120195a63dbc145b74485e410abcd4c5acdf4 (patch) | |
| tree | 6b6066a5d274642cfed1124993b60dc889f4cdac /src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java | |
| parent | f51e5af85e26f588cbe2eba2eef728e783201bc8 (diff) | |
| parent | 2307972bc9fc7682499b12d3e9e3cdf33cc26d62 (diff) | |
| download | RoughlyEnoughItems-54f120195a63dbc145b74485e410abcd4c5acdf4.tar.gz RoughlyEnoughItems-54f120195a63dbc145b74485e410abcd4c5acdf4.tar.bz2 RoughlyEnoughItems-54f120195a63dbc145b74485e410abcd4c5acdf4.zip | |
Merge branch '1.14-dev' into 1.14
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java b/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java index 39a106783..8f6156891 100644 --- a/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java +++ b/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java @@ -18,10 +18,10 @@ 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 + * {@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 * @param display the display of the recipe |
