From c5c06dcca3a2c514cbe25946dc3a3fc1251a69c6 Mon Sep 17 00:00:00 2001 From: liach <7806504+liach@users.noreply.github.com> Date: Thu, 9 Jul 2020 04:59:06 -0500 Subject: [PATCH] Fix name inconsistency (#1558) Signed-off-by: liach Co-authored-by: liach --- mappings/net/minecraft/text/Style.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/text/Style.mapping b/mappings/net/minecraft/text/Style.mapping index 1c8c675a14..ae9c7b1c7c 100644 --- a/mappings/net/minecraft/text/Style.mapping +++ b/mappings/net/minecraft/text/Style.mapping @@ -32,7 +32,7 @@ CLASS net/minecraft/class_2583 net/minecraft/text/Style ARG 10 font METHOD equals (Ljava/lang/Object;)Z ARG 1 obj - METHOD method_10949 setHoverEvent (Lnet/minecraft/class_2568;)Lnet/minecraft/class_2583; + METHOD method_10949 withHoverEvent (Lnet/minecraft/class_2568;)Lnet/minecraft/class_2583; COMMENT Returns a new style with the hover event provided and all other COMMENT attributes of this style. ARG 1 hoverEvent