Style.method_30938 -> withUnderline (#1765)

This commit is contained in:
Kfir Awad 2020-09-25 13:31:51 +03:00 committed by GitHub
parent 51ddbb2207
commit 64ed516c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;