aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2021-09-11 14:54:47 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2021-09-11 14:54:47 +0300
commitf7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f (patch)
tree331139daab8f3d6a71cb47c605c5e43cd015ca06 /src/main
parent736b519b02a51211875d5ae62884ddae73fe41ad (diff)
downloadLibGui-f7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f.tar.gz
LibGui-f7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f.tar.bz2
LibGui-f7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f.zip
Javadoc hotfix4.2.0
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java b/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java
index 9106473..a8cb8bf 100644
--- a/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java
+++ b/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java
@@ -537,8 +537,8 @@ public class WWidget {
* Adds the narrations of this widget to a narration builder.
* Narrations will only apply if this widget {@linkplain #isNarratable() is narratable}.
*
- * <p>As of LibGui 4.2.0, the widget also needs to be {@linkplain #canFocus() focusable}, but that is
- * planned to be changed in the future to include "hoverable" widgets.
+ * <p>The widget needs to be {@linkplain #canFocus() focusable} or {@linkplain #canHover() hoverable},
+ * and also be focused/hovered for narrations to be added.
*
* @param builder the narration builder, cannot be null
* @since 4.2.0