We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89d79f commit 3656a89Copy full SHA for 3656a89
src/main/java/com/demonwav/mcdev/annotations/Translatable.java
@@ -52,7 +52,7 @@
52
* Whether arbitrary argument types are allowed in the translation argument list, if present. If false, the argument
53
* list must only contain instances of {@linkplain String}, {@linkplain Number}, {@linkplain Boolean} and
54
* {@code Component}. If true, other argument types are allowed and are converted to strings as if by using
55
- * {@linkplain String.valueOf}.
+ * {@linkplain String#valueOf}.
56
*
57
* <p>If this annotation is used on a class within the {@code net.minecraft} package, and the current Minecraft
58
* version is less than 23w40a (a snapshot for 1.20.3), then MinecraftDev behaves as if this value is true.
0 commit comments