From 64ed516c31a60cd48a59468a4887a451d40465fd Mon Sep 17 00:00:00 2001 From: Kfir Awad <7997354+Leo40Git@users.noreply.github.com> Date: Fri, 25 Sep 2020 13:31:51 +0300 Subject: [PATCH] Style.method_30938 -> withUnderline (#1765) --- mappings/net/minecraft/text/Style.mapping | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mappings/net/minecraft/text/Style.mapping b/mappings/net/minecraft/text/Style.mapping index ae9c7b1c7c..4a305f9ff1 100644 --- a/mappings/net/minecraft/text/Style.mapping +++ b/mappings/net/minecraft/text/Style.mapping @@ -133,6 +133,10 @@ CLASS net/minecraft/class_2583 net/minecraft/text/Style COMMENT the new formatting METHOD method_27708 getFont ()Lnet/minecraft/class_2960; COMMENT Returns the font of this style. + METHOD method_30938 withUnderline (Ljava/lang/Boolean;)Lnet/minecraft/class_2583; + COMMENT Returns a new style with the underline attribute provided and all other + COMMENT attributes of this style. + ARG 1 underline CLASS class_2584 Serializer COMMENT A JSON serializer for {@link Style}. METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;