-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
23w42a realms and world stuff (#3700)
the unfun things very unfinished
- Loading branch information
Showing
15 changed files
with
171 additions
and
1 deletion.
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
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
25 changes: 25 additions & 0 deletions
25
mappings/net/minecraft/client/gui/screen/world/RecoverWorldScreen.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,25 @@ | ||
CLASS net/minecraft/class_8897 net/minecraft/client/gui/screen/world/RecoverWorldScreen | ||
FIELD field_46862 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_46864 TITLE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46865 BUG_TRACKER_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46866 RESTORE_TEXt Lnet/minecraft/class_2561; | ||
FIELD field_46867 NO_FALLBACK_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46868 DONE_TITLE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46869 DONE_SUCCESS_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46870 DONE_FAILED_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46871 ISSUE_NONE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46872 MISSING_FILE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46874 layout Lnet/minecraft/class_8667; | ||
FIELD field_46875 message Lnet/minecraft/class_2561; | ||
FIELD field_46876 messageWidget Lnet/minecraft/class_7940; | ||
FIELD field_46878 session Lnet/minecraft/class_32$class_5143; | ||
METHOD <init> (Lnet/minecraft/class_310;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_32$class_5143;)V | ||
ARG 1 client | ||
ARG 3 session | ||
METHOD method_54583 (Lnet/minecraft/class_32$class_5143;Z)Ljava/lang/Exception; | ||
ARG 1 session | ||
METHOD method_54584 (Lnet/minecraft/class_32$class_5143;ZLjava/lang/Exception;)Lnet/minecraft/class_2561; | ||
ARG 1 session | ||
ARG 3 exception | ||
METHOD method_54585 (Lnet/minecraft/class_310;)V | ||
ARG 1 client |
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
7 changes: 7 additions & 0 deletions
7
mappings/net/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen.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 |
---|---|---|
@@ -1,4 +1,11 @@ | ||
CLASS net/minecraft/class_4400 net/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen | ||
FIELD field_26491 PRIVACY_INFO_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46851 layout Lnet/minecraft/class_8667; | ||
FIELD field_46852 parent Lnet/minecraft/class_437; | ||
FIELD field_46853 privacyInfoWidget Lnet/minecraft/class_7940; | ||
METHOD <init> (Lnet/minecraft/class_437;)V | ||
ARG 1 parent | ||
METHOD method_54573 (Lnet/minecraft/class_4400;Lnet/minecraft/class_364;)V | ||
ARG 1 child | ||
METHOD method_54574 (Lnet/minecraft/class_4185;)V | ||
ARG 1 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