From e50899afb66e9a215ffd69c4a1072116bf0c1e9e Mon Sep 17 00:00:00 2001 From: sychic <47618543+Sychic@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:02:44 -0400 Subject: [PATCH] Revert "Fix nameable mapping" This reverts commit 8217c5287124c73f4060de46fc6d659ceebea671. --- mappings/net/minecraft/util/Nameable.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/util/Nameable.mapping b/mappings/net/minecraft/util/Nameable.mapping index d3a0177cce..0e5937c6fe 100644 --- a/mappings/net/minecraft/util/Nameable.mapping +++ b/mappings/net/minecraft/util/Nameable.mapping @@ -12,5 +12,5 @@ CLASS net/minecraft/class_1275 net/minecraft/util/Nameable COMMENT COMMENT

This should return {@linkplain #getCustomName the custom name} if it exists, COMMENT otherwise the default name. This should not have styling applied. - METHOD method_5797 getDisplayName ()Lnet/minecraft/class_2561; + METHOD method_5797 method_5797 ()Lnet/minecraft/class_2561; COMMENT {@return the custom name of this object, or {@code null} if there is none}