-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
mappings/net/minecraft/client/gui/screen/PopupScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
CLASS net/minecraft/class_8816 net/minecraft/client/gui/screen/PopupScreen | ||
FIELD field_46554 BACKGROUND Lnet/minecraft/class_2960; | ||
FIELD field_46555 VERTICAL_SPACING I | ||
FIELD field_46556 MARGIN_WIDTH I | ||
FIELD field_46557 BUTTON_HORIZONTAL_SPACING I | ||
FIELD field_46558 IMAGE_WIDTH I | ||
FIELD field_46559 IMAGE_HEIGHT I | ||
FIELD field_46560 DEFAULT_WIDTH I | ||
FIELD field_46561 backgroundScreen Lnet/minecraft/class_437; | ||
FIELD field_46562 image Lnet/minecraft/class_2960; | ||
FIELD field_46563 message Lnet/minecraft/class_2561; | ||
FIELD field_46564 buttons Ljava/util/List; | ||
FIELD field_46565 onClosed Ljava/lang/Runnable; | ||
FIELD field_46566 innerWidth I | ||
FIELD field_46567 layout Lnet/minecraft/class_8667; | ||
METHOD <init> (Lnet/minecraft/class_437;ILnet/minecraft/class_2960;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Ljava/util/List;Ljava/lang/Runnable;)V | ||
ARG 1 backgroundScreen | ||
ARG 2 width | ||
ARG 3 image | ||
ARG 4 title | ||
ARG 5 message | ||
ARG 6 buttons | ||
ARG 7 onClosed | ||
METHOD method_54124 createButtonLayout ()Lnet/minecraft/class_8667; | ||
CLASS class_8817 Builder | ||
FIELD field_46568 backgroundScreen Lnet/minecraft/class_437; | ||
FIELD field_46569 title Lnet/minecraft/class_2561; | ||
FIELD field_46570 message Lnet/minecraft/class_2561; | ||
FIELD field_46571 width I | ||
FIELD field_46572 image Lnet/minecraft/class_2960; | ||
FIELD field_46573 buttons Ljava/util/List; | ||
FIELD field_46574 onClosed Ljava/lang/Runnable; | ||
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_2561;)V | ||
ARG 1 backgroundScreen | ||
ARG 2 title | ||
METHOD method_54125 build ()Lnet/minecraft/class_8816; | ||
METHOD method_54126 width (I)Lnet/minecraft/class_8816$class_8817; | ||
ARG 1 width | ||
METHOD method_54127 image (Lnet/minecraft/class_2960;)Lnet/minecraft/class_8816$class_8817; | ||
ARG 1 image | ||
METHOD method_54128 onClosed (Ljava/lang/Runnable;)Lnet/minecraft/class_8816$class_8817; | ||
ARG 1 onClosed | ||
METHOD method_54129 message (Lnet/minecraft/class_2561;)Lnet/minecraft/class_8816$class_8817; | ||
ARG 1 message | ||
METHOD method_54130 button (Lnet/minecraft/class_2561;Ljava/util/function/Consumer;)Lnet/minecraft/class_8816$class_8817; | ||
ARG 1 message | ||
ARG 2 action | ||
CLASS class_8818 Button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters