Add mappings for option screens (#1820)

* Add mappings for option screens

* button -> buttonList

Co-authored-by: YanisBft <doublecraft.official@gmail.com>

Co-authored-by: YanisBft <doublecraft.official@gmail.com>
This commit is contained in:
enbrain 2020-11-02 07:52:30 +09:00 committed by GitHub
parent 58de8437f4
commit e439ad29e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 63 additions and 0 deletions

View File

@ -3,3 +3,9 @@ CLASS net/minecraft/class_4189 net/minecraft/client/gui/screen/options/Accessibi
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 gameOptions
METHOD method_31384 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_31385 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_31386 (Z)V
ARG 1 openInBrowser

View File

@ -18,3 +18,7 @@ CLASS net/minecraft/class_459 net/minecraft/client/gui/screen/options/ControlsLi
METHOD <init> (Lnet/minecraft/class_459;Lnet/minecraft/class_304;Lnet/minecraft/class_2561;)V
ARG 2 binding
ARG 3 text
METHOD method_19870 (Lnet/minecraft/class_304;Lnet/minecraft/class_4185;)V
ARG 2 button
METHOD method_19871 (Lnet/minecraft/class_304;Lnet/minecraft/class_4185;)V
ARG 2 button

View File

@ -6,3 +6,9 @@ CLASS net/minecraft/class_458 net/minecraft/client/gui/screen/options/ControlsOp
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 options
METHOD method_19872 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19873 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_20412 (Lnet/minecraft/class_4185;)V
ARG 1 button

View File

@ -6,5 +6,6 @@ CLASS net/minecraft/class_4667 net/minecraft/client/gui/screen/options/GameOptio
ARG 2 gameOptions
ARG 3 title
METHOD method_31048 getHoveredButtonTooltip (Lnet/minecraft/class_353;II)Ljava/util/List;
ARG 0 buttonList
ARG 1 mouseX
ARG 2 mouseY

View File

@ -3,10 +3,15 @@ CLASS net/minecraft/class_426 net/minecraft/client/gui/screen/options/LanguageOp
FIELD field_2487 forceUnicodeButton Lnet/minecraft/class_349;
FIELD field_2488 languageManager Lnet/minecraft/class_1076;
FIELD field_2491 doneButton Lnet/minecraft/class_4185;
FIELD field_26543 WARNING_TEXT Lnet/minecraft/class_2561;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_1076;)V
ARG 1 parent
ARG 2 options
ARG 3 languageManager
METHOD method_19820 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19821 (Lnet/minecraft/class_4185;)V
ARG 1 button
CLASS class_4195 LanguageSelectionListWidget
METHOD <init> (Lnet/minecraft/class_426;Lnet/minecraft/class_310;)V
ARG 2 client

View File

@ -4,3 +4,5 @@ CLASS net/minecraft/class_4288 net/minecraft/client/gui/screen/options/MouseOpti
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 gameOptions
METHOD method_20411 (Lnet/minecraft/class_4185;)V
ARG 1 button

View File

@ -7,4 +7,7 @@ CLASS net/minecraft/class_5500 net/minecraft/client/gui/screen/options/NarratorO
ARG 2 gameOptions
ARG 3 title
ARG 4 options
METHOD method_31049 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_31050 updateNarratorButtonText ()V
METHOD method_31387 initFooter ()V

View File

@ -8,7 +8,33 @@ CLASS net/minecraft/class_429 net/minecraft/client/gui/screen/options/OptionsScr
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 gameOptions
METHOD method_19822 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19823 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19824 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19825 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19826 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19827 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19828 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19829 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19830 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19831 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19832 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19833 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_20374 lockDifficulty (Z)V
ARG 1 difficultyLocked
METHOD method_2189 getDifficultyButtonText (Lnet/minecraft/class_1267;)Lnet/minecraft/class_2561;
ARG 1 difficulty
METHOD method_29975 refreshResourcePacks (Lnet/minecraft/class_3283;)V
ARG 1 resourcePackManager

View File

@ -2,5 +2,11 @@ CLASS net/minecraft/class_440 net/minecraft/client/gui/screen/options/SkinOption
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 gameOptions
METHOD method_19852 (Lnet/minecraft/class_1664;Lnet/minecraft/class_4185;)V
ARG 2 button
METHOD method_19853 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19854 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_2248 getPlayerModelPartDisplayString (Lnet/minecraft/class_1664;)Lnet/minecraft/class_2561;
ARG 1 part

View File

@ -2,3 +2,7 @@ CLASS net/minecraft/class_443 net/minecraft/client/gui/screen/options/SoundOptio
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 options
METHOD method_19855 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_19856 (Lnet/minecraft/class_4185;)V
ARG 1 button