aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/client/registry/display/visibility/DisplayVisibilityPredicate.java6
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