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}