Fix the names of style fields in the CommandSuggestor class indicating the wrong type (#2628)

Fixes #2625
This commit is contained in:
haykam821 2021-08-10 05:46:46 -04:00 committed by GitHub
parent 5c3acefeeb
commit 332abd0930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/CommandSuggestor
FIELD field_21612 window Lnet/minecraft/class_4717$class_464;
FIELD field_21613 windowActive Z
FIELD field_21614 completingSuggestions Z
FIELD field_25885 ERROR_FORMATTING Lnet/minecraft/class_2583;
FIELD field_25886 INFO_FORMATTING Lnet/minecraft/class_2583;
FIELD field_25887 HIGHLIGHT_FORMATTINGS Ljava/util/List;
FIELD field_25885 ERROR_STYLE Lnet/minecraft/class_2583;
FIELD field_25886 INFO_STYLE Lnet/minecraft/class_2583;
FIELD field_25887 HIGHLIGHT_STYLES Ljava/util/List;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_342;Lnet/minecraft/class_327;ZZIIZI)V
ARG 1 client
ARG 2 owner