diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-23 17:11:48 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-23 17:11:48 +0800 |
| commit | 2411b607b808811021a830dbf495ffcfbafe1628 (patch) | |
| tree | fa8d90fb080fa1849fb516c4a58fbf2286931646 /api/src/main/java/me/shedaniel | |
| parent | df9b970d56a639b73d91c736afcbfa0b889c9498 (diff) | |
| download | RoughlyEnoughItems-2411b607b808811021a830dbf495ffcfbafe1628.tar.gz RoughlyEnoughItems-2411b607b808811021a830dbf495ffcfbafe1628.tar.bz2 RoughlyEnoughItems-2411b607b808811021a830dbf495ffcfbafe1628.zip | |
Remap JEI Internal, JeiHelpers, JeiRuntime, IngredientManager, IngredientFilter and Focus to their api counterparts
Diffstat (limited to 'api/src/main/java/me/shedaniel')
| -rw-r--r-- | api/src/main/java/me/shedaniel/rei/api/client/registry/display/visibility/DisplayVisibilityPredicate.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/src/main/java/me/shedaniel/rei/api/client/registry/display/visibility/DisplayVisibilityPredicate.java b/api/src/main/java/me/shedaniel/rei/api/client/registry/display/visibility/DisplayVisibilityPredicate.java index dfc7d7b85..28eff1b9e 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/registry/display/visibility/DisplayVisibilityPredicate.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/registry/display/visibility/DisplayVisibilityPredicate.java @@ -39,9 +39,9 @@ public interface DisplayVisibilityPredicate extends Comparable<DisplayVisibility /** * Handles the visibility of the display. - * {@link ActionResult#PASS} to pass the handling to another handler - * {@link ActionResult#SUCCESS} to always display it - * {@link ActionResult#FAIL} to never display it + * {@link InteractionResult#PASS} to pass the handling to another handler + * {@link InteractionResult#SUCCESS} to always display it + * {@link InteractionResult#FAIL} to never display it * * @param category the category of the display * @param display the display of the recipe |
