aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authorisXander <xander@isxander.dev>2023-05-29 07:19:54 +0100
committerisXander <xander@isxander.dev>2023-05-29 07:19:54 +0100
commitef1ec56de07a247ae83731031d408dbbf69fe84c (patch)
tree510f6a024952e176417eb24d7b392bc8c9a57401 /common/src
parentdc8b14ee18c1d8737a836ac3c6c510e8f46f46eb (diff)
downloadYetAnotherConfigLib-ef1ec56de07a247ae83731031d408dbbf69fe84c.tar.gz
YetAnotherConfigLib-ef1ec56de07a247ae83731031d408dbbf69fe84c.tar.bz2
YetAnotherConfigLib-ef1ec56de07a247ae83731031d408dbbf69fe84c.zip
beta 5 + changelog
Diffstat (limited to 'common/src')
-rw-r--r--common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java b/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java
index 3641fad..417dd83 100644
--- a/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java
+++ b/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java
@@ -11,7 +11,10 @@ import java.util.function.BiFunction;
/**
* A placeholder category that actually just opens another screen,
- * instead of displaying options
+ * instead of displaying options.
+ * <p>
+ * Use of this is discouraged, as it is not very user-friendly and navigating to a placeholder
+ * tab that opens another screen is not very intuitive, making keyboard navigation impossible.
*/
public interface PlaceholderCategory extends ConfigCategory {
/**