Rename the Style#obfuscated method to withObfuscated (#2814)

Fixes #2812
This commit is contained in:
haykam821 2021-11-05 09:53:14 -04:00 committed by GitHub
parent ebf26ed390
commit bc8d8a806e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ CLASS net/minecraft/class_2583 net/minecraft/text/Style
ARG 1 rgbColor
METHOD method_36140 withStrikethrough (Ljava/lang/Boolean;)Lnet/minecraft/class_2583;
ARG 1 strikethrough
METHOD method_36141 obfuscated (Ljava/lang/Boolean;)Lnet/minecraft/class_2583;
METHOD method_36141 withObfuscated (Ljava/lang/Boolean;)Lnet/minecraft/class_2583;
ARG 1 obfuscated
CLASS class_2584 Serializer
COMMENT A JSON serializer for {@link Style}.